Searched defs:xFree (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h1254 void (*xFree)(void*); /* Free a prior allocation */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1807 void (*xFree)(void*); /* Free a prior allocation */ member in struct:sqlite3_mem_methods
130369 static void xFree(void *p){ function
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1669 void (*xFree)(void*); /* Free a prior allocation */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c2732 void (*xFree)(void*); /* Free a prior allocation */ member in struct:sqlite3_mem_methods
197639 static void xFree(void *p){ function
[all...]

Completed in 807 milliseconds