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

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 258 int (*load_extension)(sqlite3*,const char*,const char*,char**); member in struct:sqlite3_api_routines
612 #define sqlite3_load_extension sqlite3_api->load_extension
sqlite3.c 2703 ** interface independently of the [load_extension()] SQL function.
2705 ** C-API [sqlite3_load_extension()] and the SQL function [load_extension()].
6253 ** The [load_extension() SQL function] is not innocuous because of its
7883 ** should be avoided. This will keep the SQL function [load_extension()]
7887 ** See also the [load_extension() SQL function].
7911 ** [sqlite3_load_extension()] and the SQL function [load_extension()].
7917 ** rather than this interface, so the [load_extension()] SQL function
18870 #define SQLITE_LoadExtension 0x00010000 /* Enable load_extension */
18871 #define SQLITE_LoadExtFunc 0x00020000 /* Enable load_extension() SQL func */
    [all...]

Completed in 130 milliseconds