Searched refs:load_extension (Results 1 - 5 of 5) sorted by relevance
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 258 int (*load_extension)(sqlite3*,const char*,const char*,char**); member 601 #define sqlite3_load_extension sqlite3_api->load_extension
|
/third_party/python/Lib/test/ |
H A D | audit-tests.py | 404 cx1.load_extension("test") 408 raise RuntimeError("Expected sqlite3.load_extension to fail")
|
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 1164 self.load_extension(name) 1176 def load_extension(self, name): member in EditorWindow
|
/third_party/python/Modules/ |
H A D | _pickle.c | 6269 load_extension(UnpicklerObject *self, int nbytes) in load_extension() function 6939 OP_ARG(EXT1, load_extension, 1) in load() 6940 OP_ARG(EXT2, load_extension, 2) in load() 6941 OP_ARG(EXT4, load_extension, 4) in load()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 2564 ** interface independently of the [load_extension()] SQL function. 2566 ** C-API [sqlite3_load_extension()] and the SQL function [load_extension()]. 5736 ** The [load_extension() SQL function] is not innocuous because of its 7262 ** should be avoided. This will keep the SQL function [load_extension()] 7266 ** See also the [load_extension() SQL function]. 7290 ** [sqlite3_load_extension()] and the SQL function [load_extension()]. 7296 ** rather than this interface, so the [load_extension()] SQL function 17197 #define SQLITE_LoadExtension 0x00010000 /* Enable load_extension */ 17198 #define SQLITE_LoadExtFunc 0x00020000 /* Enable load_extension() SQL func */ [all...] |
Completed in 154 milliseconds