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

/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/sqlite/
H A Dzone2sqlite.c138 sqlite3_free(sql);
214 sqlite3_free(sql);
226 sqlite3_free(sql);
239 sqlite3_free(sql);
293 sqlite3_free(sql);
H A Dsqlitedb.c135 sqlite3_free(sql);
206 sqlite3_free(sql);
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Ddict_sqlite.c119 sqlite3_free(quoted_text);
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c876 ** To avoid memory leaks, the application should invoke [sqlite3_free()]
2439 ** It is not safe to pass a result table directly to [sqlite3_free()].
2477 ** function must not try to call [sqlite3_free()] directly. Only
2507 ** released by [sqlite3_free()]. ^Both routines return a
2554 ** sqlite3_free(zSQL);
2582 ** sqlite3_free(zSQL);
2590 ** the result, [sqlite3_free()] is called on the input string.)^
2612 ** ^Calling sqlite3_free() with a pointer previously returned
2614 ** that it might be reused. ^The sqlite3_free() routine is
2616 ** to sqlite3_free() i
18562 SQLITE_API void sqlite3_free(void *p){ function
89187 #define sqlite3_free macro
[all...]
H A Dsqlite3ext.h295 #define sqlite3_free sqlite3_api->free macro
H A Dsqlite3.h323 ** To avoid memory leaks, the application should invoke [sqlite3_free()]
1886 ** It is not safe to pass a result table directly to [sqlite3_free()].
1924 ** function must not try to call [sqlite3_free()] directly. Only
1954 ** released by [sqlite3_free()]. ^Both routines return a
2001 ** sqlite3_free(zSQL);
2029 ** sqlite3_free(zSQL);
2037 ** the result, [sqlite3_free()] is called on the input string.)^
2059 ** ^Calling sqlite3_free() with a pointer previously returned
2061 ** that it might be reused. ^The sqlite3_free() routine is
2063 ** to sqlite3_free() i
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecCAIssuerCache.c225 sqlite3_free(errmsg);
H A DSecTrustStoreServer.c166 sqlite3_free(errmsg);
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dauthdb.c119 sqlite3_free(errmsg);
/macosx-10.10.1/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_sqlite3.c398 sqlite3_free(data);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dsql.c499 sqlite3_free(zErrMsg);
556 sqlite3_free(zErrMsg);

Completed in 258 milliseconds