HomeSort by relevance Sort by last modified time
    Searched defs:create_function (Results 1 - 6 of 6) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Database.java 466 public void create_function(String name, int nargs, Function f) { method in class:Database
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 82 int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*)); member in struct:sqlite3_api_routines
257 #define sqlite3_create_function sqlite3_api->create_function
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 2372 val create_function : llmodule -> [ `Function ] t var
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 84 int (*create_function)(sqlite3*,const char*,int,int,void*, member in struct:sqlite3_api_routines
300 #define sqlite3_create_function sqlite3_api->create_function
  /external/sqlite/dist/
sqlite3ext.h 84 int (*create_function)(sqlite3*,const char*,int,int,void*, member in struct:sqlite3_api_routines
300 #define sqlite3_create_function sqlite3_api->create_function
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 100 milliseconds