Searched defs:sqlite3_get_auxdata (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c587 void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
H A Dsqlite3ext.h295 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h319 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
H A Dsqlite3.c3643 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4590 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4595 ** then sqlite3_get_auxdata() returns a NULL pointer.
4600 ** calls to sqlite3_get_auxdata() might return this data, if it has
4618 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
13052 ** of the function. This is used to implement the sqlite3_get_auxdata()
63342 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
91292 #define sqlite3_get_auxdata macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h319 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
H A Dsqlite3.c3643 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4590 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4595 ** then sqlite3_get_auxdata() returns a NULL pointer.
4600 ** calls to sqlite3_get_auxdata() might return this data, if it has
4618 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
13052 ** of the function. This is used to implement the sqlite3_get_auxdata()
63370 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
91328 #define sqlite3_get_auxdata macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c3334 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4268 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4273 ** then sqlite3_get_auxdata() returns a NULL pointer.
4278 ** calls to sqlite3_get_auxdata() might return this data, if it has
4296 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
12444 ** of the function. This is used to implement the sqlite3_get_auxdata()
61100 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
86984 #define sqlite3_get_auxdata macro
[all...]

Completed in 492 milliseconds