HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_create_function_v2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 576 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2 macro
sqlite3.h 5751 ** ^(If the final parameter to sqlite3_create_function_v2() or
5756 ** sqlite3_create_function_v2() fails. ^When the destructor callback is
5758 ** data pointer which was the fifth parameter to sqlite3_create_function_v2().
5800 SQLITE_API int sqlite3_create_function_v2(
5890 ** [sqlite3_create_function_v2()].
sqlite3.c 6072 ** ^(If the final parameter to sqlite3_create_function_v2() or
6077 ** sqlite3_create_function_v2() fails. ^When the destructor callback is
6079 ** data pointer which was the fifth parameter to sqlite3_create_function_v2().
6121 SQLITE_API int sqlite3_create_function_v2(
6211 ** [sqlite3_create_function_v2()].
142796 #define sqlite3_create_function_v2 macro
189232 SQLITE_API int sqlite3_create_function_v2( function
    [all...]

Completed in 125 milliseconds