Searched defs:xFinal (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c1023 void (*xFinal)(sqlite3_context*),
1031 (xFunc && (xFinal || xStep)) ||
1032 (!xFunc && (xFinal && !xStep)) ||
1033 (!xFunc && (!xFinal && xStep)) ||
1052 pUserData, xFunc, xStep, xFinal, pDestructor);
1055 pUserData, xFunc, xStep, xFinal, pDestructor);
1100 p->xFinalize = xFinal;
1117 void (*xFinal)(sqlite3_context*)
1120 xFinal, 0);
1131 void (*xFinal)(sqlite3_contex
1015 sqlite3CreateFunc( sqlite3 *db, const char *zFunctionName, int nArg, int enc, void *pUserData, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), FuncDestructor *pDestructor ) argument
1123 sqlite3_create_function_v2( sqlite3 *db, const char *zFunc, int nArg, int enc, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), void (*xDestroy)(void *) ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c4027 ** ^The sixth, seventh and eighth parameters, xFunc, xStep and xFinal, are
4030 ** callback only; NULL pointers must be passed as the xStep and xFinal
4032 ** and xFinal and NULL pointer must be passed for xFunc. ^To delete an existing
4074 void (*xFinal)(sqlite3_context*)
4084 void (*xFinal)(sqlite3_context*)
4094 void (*xFinal)(sqlite3_context*),
4201 ** last time when the xFinal callback is invoked. ^(When no rows match
4203 ** implementation is never called and xFinal() is called exactly once.
4205 ** first time from within xFinal().)^
4221 ** to the xStep or xFinal callbac
108260 sqlite3CreateFunc( sqlite3 *db, const char *zFunctionName, int nArg, int enc, void *pUserData, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), FuncDestructor *pDestructor ) argument
108368 sqlite3_create_function_v2( sqlite3 *db, const char *zFunc, int nArg, int enc, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), void (*xDestroy)(void *) ) argument
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/sqlite/dist/orig/
H A Dsqlite3.c4148 ** ^The sixth, seventh and eighth parameters, xFunc, xStep and xFinal, are
4151 ** callback only; NULL pointers must be passed as the xStep and xFinal
4153 ** and xFinal and NULL pointer must be passed for xFunc. ^To delete an existing
4195 void (*xFinal)(sqlite3_context*)
4205 void (*xFinal)(sqlite3_context*)
4215 void (*xFinal)(sqlite3_context*),
4333 ** last time when the xFinal callback is invoked. ^(When no rows match
4335 ** implementation is never called and xFinal() is called exactly once.
4337 ** first time from within xFinal().)^
4347 ** allocation.)^ Within the xFinal callbac
123516 sqlite3CreateFunc( sqlite3 *db, const char *zFunctionName, int nArg, int enc, void *pUserData, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), FuncDestructor *pDestructor ) argument
123630 sqlite3_create_function_v2( sqlite3 *db, const char *zFunc, int nArg, int enc, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), void (*xDestroy)(void *) ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c4148 ** ^The sixth, seventh and eighth parameters, xFunc, xStep and xFinal, are
4151 ** callback only; NULL pointers must be passed as the xStep and xFinal
4153 ** and xFinal and NULL pointer must be passed for xFunc. ^To delete an existing
4195 void (*xFinal)(sqlite3_context*)
4205 void (*xFinal)(sqlite3_context*)
4215 void (*xFinal)(sqlite3_context*),
4333 ** last time when the xFinal callback is invoked. ^(When no rows match
4335 ** implementation is never called and xFinal() is called exactly once.
4337 ** first time from within xFinal().)^
4347 ** allocation.)^ Within the xFinal callbac
123536 sqlite3CreateFunc( sqlite3 *db, const char *zFunctionName, int nArg, int enc, void *pUserData, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), FuncDestructor *pDestructor ) argument
123650 sqlite3_create_function_v2( sqlite3 *db, const char *zFunc, int nArg, int enc, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), void (*xDestroy)(void *) ) argument
[all...]

Completed in 393 milliseconds