Searched refs:create_function_v2 (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h218 int (*create_function_v2)(sqlite3*,const char*,int,int,void*, member in struct:sqlite3_api_routines
425 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2
H A Dsqlite3.c9905 ** configured using create_function_v2()) and a reference counter. When
9906 ** create_function_v2() is called to create a function with a destructor,
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h218 int (*create_function_v2)(sqlite3*,const char*,int,int,void*, member in struct:sqlite3_api_routines
425 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2
H A Dsqlite3.c9905 ** configured using create_function_v2()) and a reference counter. When
9906 ** create_function_v2() is called to create a function with a destructor,
[all...]

Completed in 325 milliseconds