Home
last modified time | relevance | path

Searched defs:sqlite3_create_function_v2 (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-glue.js390 capi.sqlite3_create_function_v2 = function f( function in capi
H A Dsqlite3-api-prologue.js536 sqlite3_create_function_v2: function( method
/sqlite-3.40.0/src/
H A Dmain.c2011 int sqlite3_create_function_v2( in sqlite3_create_function_v2() function
H A Dsqlite3ext.h559 #define sqlite3_create_function_v2 sqlite3_api->create_function_v2 macro