Home
last modified time | relevance | path

Searched refs:sqlite3_get_auxdata (Results 1 – 6 of 6) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h441 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
Dsqlite3.h5715 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
/third_party/sqlite/src/
Dshell.c6686 pRe = sqlite3_get_auxdata(context, 0); in re_sql_func()
Dsqlite3.c6028 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
85646 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){
128208 #define sqlite3_get_auxdata sqlite3_api->get_auxdata
128636 sqlite3_get_auxdata,
192993 p = (JsonParse*)sqlite3_get_auxdata(pCtx, JSON_CACHE_ID+iKey);
193033 return (JsonParse*)sqlite3_get_auxdata(pCtx, JSON_CACHE_ID+iMinKey);
201318 pExpr = sqlite3_get_auxdata(p, 0);
/third_party/chromium/patch/
D0004-3.2-Beta5.patch47532 + pExpr = sqlite3_get_auxdata(p, 0);
48404 + pExpr = sqlite3_get_auxdata(p, 0);
48851 + pExpr = sqlite3_get_auxdata(p, 0);
D0003-3.2-Beta3-1115.patch79033 -#define sqlite3_get_auxdata chrome_sqlite3_get_auxdata // Line 5715
79035 +#define sqlite3_get_auxdata chrome_sqlite3_get_auxdata // Line 5735
83826 + pRe = sqlite3_get_auxdata(context, 0);
87892 - pRe = sqlite3_get_auxdata(context, 0);
116668 -#define sqlite3_get_auxdata chrome_sqlite3_get_auxdata // Line 5715
116670 +#define sqlite3_get_auxdata chrome_sqlite3_get_auxdata // Line 5735
121461 + pRe = sqlite3_get_auxdata(context, 0);
125527 - pRe = sqlite3_get_auxdata(context, 0);