Searched refs:sqlite3_get_auxdata (Results 1 – 6 of 6) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3ext.h | 441 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
|
D | sqlite3.h | 5715 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
|
/third_party/sqlite/src/ |
D | shell.c | 6686 pRe = sqlite3_get_auxdata(context, 0); in re_sql_func()
|
D | sqlite3.c | 6028 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/ |
D | 0004-3.2-Beta5.patch | 47532 + pExpr = sqlite3_get_auxdata(p, 0); 48404 + pExpr = sqlite3_get_auxdata(p, 0); 48851 + pExpr = sqlite3_get_auxdata(p, 0);
|
D | 0003-3.2-Beta3-1115.patch | 79033 -#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);
|