Home
last modified time | relevance | path

Searched refs:create_function (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3ext.h76 …int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqli… member
209 #define sqlite3_create_function sqlite3_api->create_function
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
Dmarkdown.php1631 $this->utf8_strlen = create_function('$text', 'return preg_match_all(
/external/libvpx/examples/includes/geshi/
Dgeshi.php4580 …$callback_2 = create_function('$matches', 'return "[" . str_replace("|", "", $matches[1]) . "]";');
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1223 'crypt','create_function','crc32','count_chars','count','cosh',
1579 …e regex, each time a match is found. Note that my testing found that create_function would not wor…
/external/sqlite/dist/
Dsqlite3.c76059 …int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqli…
76234 #define sqlite3_create_function sqlite3_api->create_function
Dsqlite3.c.orig76048 …int (*create_function)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqli…
76223 #define sqlite3_create_function sqlite3_api->create_function