Searched refs:sqlite3_get_auxdata (Results 1 – 5 of 5) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3ext.h | 458 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
|
D | sqlite3.h | 5794 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
|
/third_party/sqlite/src/ |
D | shell.c | 4506 pRe = sqlite3_get_auxdata(context, 0); in re_sql_func()
|
D | sqlite3.c | 6103 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N); 88703 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ 132168 #define sqlite3_get_auxdata sqlite3_api->get_auxdata 132613 sqlite3_get_auxdata, 199058 p = (JsonParse*)sqlite3_get_auxdata(pCtx, JSON_CACHE_ID+iKey); 199098 return (JsonParse*)sqlite3_get_auxdata(pCtx, JSON_CACHE_ID+iMinKey); 207428 pExpr = sqlite3_get_auxdata(p, 0); 207438 pExpr = sqlite3_get_auxdata(p, 0);
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 84436 -#define sqlite3_get_auxdata chrome_sqlite3_get_auxdata // Line 5715 84438 +#define sqlite3_get_auxdata chrome_sqlite3_get_auxdata // Line 5735 89229 + pRe = sqlite3_get_auxdata(context, 0); 93295 - pRe = sqlite3_get_auxdata(context, 0); 121798 + pExpr = sqlite3_get_auxdata(p, 0); 122851 -#define sqlite3_get_auxdata chrome_sqlite3_get_auxdata // Line 5715 122853 +#define sqlite3_get_auxdata chrome_sqlite3_get_auxdata // Line 5735 127644 + pRe = sqlite3_get_auxdata(context, 0); 131710 - pRe = sqlite3_get_auxdata(context, 0); 160972 + pExpr = sqlite3_get_auxdata(p, 0); [all …]
|