Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/
H A Dphp_sqlite.def29 sqlite_set_result_error
H A Dsqlite.c779 sqlite_set_result_error(func, "not enough parameters", -1); in php_sqlite_generic_function_callback()
787 sqlite_set_result_error(func, errbuf, -1); in php_sqlite_generic_function_callback()
837 sqlite_set_result_error(func, errbuf, -1); in php_sqlite_generic_function_callback()
867sqlite_set_result_error(func, "this function has not been correctly defined for this request", -1); in php_sqlite_function_callback()
916 sqlite_set_result_error(func, "call_user_function_ex failed", -1); in php_sqlite_function_callback()
944sqlite_set_result_error(func, "this function has not been correctly defined for this request", -1); in php_sqlite_agg_step_function_callback()
1014sqlite_set_result_error(func, "this function has not been correctly defined for this request", -1); in php_sqlite_agg_fini_function_callback()
1050 sqlite_set_result_error(func, "call_user_function_ex failed", -1); in php_sqlite_agg_fini_function_callback()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.w32.h480 void sqlite_set_result_error(sqlite_func*,const char*,int);
H A Dvdbeaux.c456 void sqlite_set_result_error(sqlite_func *p, const char *zMsg, int n){ in sqlite_set_result_error() function
H A Dsqlite.h.in523 void sqlite_set_result_error(sqlite_func*,const char*,int);

Completed in 47 milliseconds