HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_get_auxdata (Results 1 - 5 of 5) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 126 sqlite3_get_auxdata.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 469 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
sqlite3.h 4855 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
6296 ** ^The sqlite3_get_auxdata(C,N) interface returns a pointer to the auxiliary
6300 ** associated with the function argument, the sqlite3_get_auxdata(C,N)
6305 ** calls to sqlite3_get_auxdata(C,N) return P from the most recent
6329 ** sqlite3_get_auxdata() that occurs immediately after a corresponding call
6348 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
6407 ** See also: [sqlite3_set_auxdata()] and [sqlite3_get_auxdata()].
sqlite3.c 5176 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
6617 ** ^The sqlite3_get_auxdata(C,N) interface returns a pointer to the auxiliary
6621 ** associated with the function argument, the sqlite3_get_auxdata(C,N)
6626 ** calls to sqlite3_get_auxdata(C,N) return P from the most recent
6650 ** sqlite3_get_auxdata() that occurs immediately after a corresponding call
6669 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
6728 ** See also: [sqlite3_set_auxdata()] and [sqlite3_get_auxdata()].
94697 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
142689 #define sqlite3_get_auxdata macro
    [all...]
shell.c 9537 pRe = sqlite3_get_auxdata(context, 0);
18138 p = (Stmtrand*)sqlite3_get_auxdata(context, STMTRAND_KEY);
18154 p = (Stmtrand*)sqlite3_get_auxdata(context, STMTRAND_KEY);
    [all...]

Completed in 198 milliseconds