Searched refs:sqlite3_free (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/sdb/sqlite/
H A Dzone2sqlite.c140 sqlite3_free(sql);
216 sqlite3_free(sql);
228 sqlite3_free(sql);
241 sqlite3_free(sql);
295 sqlite3_free(sql);
H A Dsqlitedb.c147 sqlite3_free(sql);
218 sqlite3_free(sql);
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c165 sqlite3_free(schemasql);
546 sqlite3_free(query);
550 sqlite3_free(query);
578 sqlite3_free(query);
H A Dmakemandb.c1698 sqlite3_free(sql);
1765 sqlite3_free(str);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c121 sqlite3_free(quoted_text);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c873 ** To avoid memory leaks, the application should invoke [sqlite3_free()]
2475 ** It is not safe to pass a result table directly to [sqlite3_free()].
2513 ** function must not try to call [sqlite3_free()] directly. Only
2543 ** released by [sqlite3_free()]. ^Both routines return a
2590 ** sqlite3_free(zSQL);
2618 ** sqlite3_free(zSQL);
2626 ** the result, [sqlite3_free()] is called on the input string.)^
2648 ** ^Calling sqlite3_free() with a pointer previously returned
2650 ** that it might be reused. ^The sqlite3_free() routine is
2652 ** to sqlite3_free() i
18987 SQLITE_API void sqlite3_free(void *p){ function
91163 #define sqlite3_free macro
[all...]
H A Dsqlite3ext.h316 #define sqlite3_free sqlite3_api->free macro
H A Dshell.c274 sqlite3_free(z);
1183 sqlite3_free(pData);
1257 sqlite3_free(zIns);
1337 sqlite3_free(zErr);
1349 sqlite3_free(zErr);
1590 sqlite3_free(zErrMsg);
1727 sqlite3_free(zSql);
1847 sqlite3_free(zErrMsg);
1888 sqlite3_free(zErrMsg);
2117 sqlite3_free(zErrMs
[all...]
H A Dsqlite3.h323 ** To avoid memory leaks, the application should invoke [sqlite3_free()]
1925 ** It is not safe to pass a result table directly to [sqlite3_free()].
1963 ** function must not try to call [sqlite3_free()] directly. Only
1993 ** released by [sqlite3_free()]. ^Both routines return a
2040 ** sqlite3_free(zSQL);
2068 ** sqlite3_free(zSQL);
2076 ** the result, [sqlite3_free()] is called on the input string.)^
2098 ** ^Calling sqlite3_free() with a pointer previously returned
2100 ** that it might be reused. ^The sqlite3_free() routine is
2102 ** to sqlite3_free() i
[all...]

Completed in 737 milliseconds