Home
last modified time | relevance | path

Searched refs:sqlite3_create_function (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_driver.c109 sqlite3_create_function(H->db, in pdo_sqlite_cleanup_callbacks()
545 ret = sqlite3_create_function(H->db, func_name, argc, flags | SQLITE_UTF8, in PHP_METHOD()
624 ret = sqlite3_create_function(H->db, func_name, argc, SQLITE_UTF8, in PHP_METHOD()
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c945 …if (sqlite3_create_function(db_obj->db, sql_func, sql_func_num_args, flags | SQLITE_UTF8, func, ph… in PHP_METHOD()
1001 …if (sqlite3_create_function(db_obj->db, sql_func, sql_func_num_args, SQLITE_UTF8, func, NULL, php_… in PHP_METHOD()
2130sqlite3_create_function(intern->db, func->func_name, func->argc, SQLITE_UTF8, func, NULL, NULL, NU… in php_sqlite3_object_free_storage()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h396 #define sqlite3_create_function sqlite3_api->create_function macro
H A Dsqlite3.h4866 SQLITE_API int sqlite3_create_function(
H A Dsqlite3.c5905 SQLITE_API int sqlite3_create_function(
119869 sqlite3_create_function,
156472 SQLITE_API int sqlite3_create_function(
168096 int rc = sqlite3_create_function(
187961 rc = sqlite3_create_function(
191440 p->rc = sqlite3_create_function(p->dbRbu,
215428 int rc = sqlite3_create_function(
215433 rc = sqlite3_create_function(
215440 rc = sqlite3_create_function(
218173 rc = sqlite3_create_function(
[all …]

Completed in 498 milliseconds