Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
mariadb_dyncol_free(3)	       MariaDB Connector/C	  mariadb_dyncol_free(3)

   Name
     mariadb_dyncol_free - Free memory inside packed blob

   Synopsis
	    #include <mariadb_dyncol.h>

	    void mariadb_dyncol_free(DYNAMIC_COLUMN *str)

   Description
     Frees memory associated by the specified dynamic column

   Parameter
     * *str - A pointer to a DYNAMIC_COLUMN structure

   Notes
     * mariadb_dyncol_free()  doesn't free the memory of the passed DYNAMIC_COL-
       UMN structure but all memory of stored columns.

   See also
     * mariadb_dyncol_init(3)

Version 3.4						  mariadb_dyncol_free(3)

Want to link to this manual page? Use this URL:
<
https://man.freebsd.org/cgi/man.cgi?query=mariadb_dyncol_free&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help