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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h342 #define sqlite3_blob_close sqlite3_api->blob_close macro
H A Dsqlite3.h216 ** and [sqlite3_blob_close | close] all [BLOB handles] associated with
4319 ** and destroyed by [sqlite3_blob_close()].
4398 int sqlite3_blob_close(sqlite3_blob *);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h385 #define sqlite3_blob_close sqlite3_api->blob_close macro
H A Dsqlite3.h274 ** and [sqlite3_blob_close | close] all [BLOB handles] associated with
5208 ** and destroyed by [sqlite3_blob_close()].
5244 ** way that makes it safe to invoke [sqlite3_blob_close()] on *ppBlob
5269 ** be released by a call to [sqlite3_blob_close()].
5327 SQLITE_API int sqlite3_blob_close(sqlite3_blob *);
5339 ** been closed by [sqlite3_blob_close()]. Passing any other pointer in
5365 ** been closed by [sqlite3_blob_close()]. Passing any other pointer in
5403 ** been closed by [sqlite3_blob_close()]. Passing any other pointer in
H A Dsqlite3.c824 ** and [sqlite3_blob_close | close] all [BLOB handles] associated with
5758 ** and destroyed by [sqlite3_blob_close()].
5794 ** way that makes it safe to invoke [sqlite3_blob_close()] on *ppBlob
5819 ** be released by a call to [sqlite3_blob_close()].
5877 SQLITE_API int sqlite3_blob_close(sqlite3_blob *);
5889 ** been closed by [sqlite3_blob_close()]. Passing any other pointer in
5915 ** been closed by [sqlite3_blob_close()]. Passing any other pointer in
5953 ** been closed by [sqlite3_blob_close()]. Passing any other pointer in
71510 SQLITE_API int sqlite3_blob_close(sqlite3_blob *pBlob){ function
91358 #define sqlite3_blob_close macro
91511 #define sqlite3_blob_close macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h385 #define sqlite3_blob_close sqlite3_api->blob_close macro
H A Dsqlite3.h274 ** and [sqlite3_blob_close | close] all [BLOB handles] associated with
5208 ** and destroyed by [sqlite3_blob_close()].
5244 ** way that makes it safe to invoke [sqlite3_blob_close()] on *ppBlob
5269 ** be released by a call to [sqlite3_blob_close()].
5327 SQLITE_API int sqlite3_blob_close(sqlite3_blob *);
5339 ** been closed by [sqlite3_blob_close()]. Passing any other pointer in
5365 ** been closed by [sqlite3_blob_close()]. Passing any other pointer in
5403 ** been closed by [sqlite3_blob_close()]. Passing any other pointer in
H A Dsqlite3.c824 ** and [sqlite3_blob_close | close] all [BLOB handles] associated with
5758 ** and destroyed by [sqlite3_blob_close()].
5794 ** way that makes it safe to invoke [sqlite3_blob_close()] on *ppBlob
5819 ** be released by a call to [sqlite3_blob_close()].
5877 SQLITE_API int sqlite3_blob_close(sqlite3_blob *);
5889 ** been closed by [sqlite3_blob_close()]. Passing any other pointer in
5915 ** been closed by [sqlite3_blob_close()]. Passing any other pointer in
5953 ** been closed by [sqlite3_blob_close()]. Passing any other pointer in
71538 SQLITE_API int sqlite3_blob_close(sqlite3_blob *pBlob){ function
91394 #define sqlite3_blob_close macro
91547 #define sqlite3_blob_close macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c849 sqlite3_blob_close(bl->blob);
2563 sqlite3_blob_close(bl->blob);
4412 sqlite3_blob_close(blob);

Completed in 377 milliseconds