HomeSort by relevance Sort by last modified time
    Searched full:xinit (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
loadext.c 397 int (*xInit)(sqlite3*,char**,const sqlite3_api_routines*);
433 xInit = (int(*)(sqlite3*,char**,const sqlite3_api_routines*))
435 if( xInit==0 ){
446 }else if( xInit(db, &zErrmsg, &sqlite3Apis) ){
557 int sqlite3_auto_extension(void (*xInit)(void)){
573 if( wsdAutoext.aExt[i]==xInit ) break;
583 wsdAutoext.aExt[wsdAutoext.nExt] = xInit;
621 int (*xInit)(sqlite3*,char**,const sqlite3_api_routines*);
635 xInit = 0;
638 xInit = (int(*)(sqlite3*,char**,const sqlite3_api_routines*)
    [all...]
test_init.c 50 rc = wrapped.mem.xInit(wrapped.mem.pAppData);
114 rc = wrapped.pcache.xInit(wrapped.pcache.pArg);
pcache.c 144 if( sqlite3GlobalConfig.pcache.xInit==0 ){
145 /* IMPLEMENTATION-OF: R-26801-64137 If the xInit() method is NULL, then the
150 return sqlite3GlobalConfig.pcache.xInit(sqlite3GlobalConfig.pcache.pArg);
pcache1.c 515 ** Implementation of the sqlite3_pcache.xInit method.
532 ** Note that the static mutex allocated in xInit does
905 pcache1Init, /* xInit */
test_malloc.c 102 ** xInit
115 return memfault.m.xInit(memfault.m.pAppData);
191 faultsimInit, /* xInit */
    [all...]
main.c 178 ** to the xInit method, so the xInit method need not be threadsafe.
180 ** The following mutex is what serializes access to the appdef pcache xInit
181 ** methods. The sqlite3_pcache_methods.xInit() all is embedded in the
364 if( sqlite3GlobalConfig.pcache.xInit==0 ){
    [all...]
malloc.c 192 return sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData);
sqlite.h.in     [all...]
  /external/mksh/src/
lex.c 169 Xinit(ri->xs, ri->xp, 64, ATEMP); \
209 Xinit(ws, wp, 64, ATEMP);
1136 Xinit(xs, xp, 256, ATEMP);
    [all...]
eval.c 239 Xinit(ds, dp, 128, ATEMP);
918 Xinit(ds, dp, 128, ATEMP);
    [all...]
histrap.c 203 Xinit(xs, xp, 128, ATEMP);
346 Xinit(xs, xp, n, hist_source->areap);
    [all...]
funcs.c 395 Xinit(xs, xp, 128, ATEMP);
    [all...]
exec.c 1226 Xinit(xs, xp, 128, ATEMP);
    [all...]
misc.c 1372 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP);
    [all...]
sh.h     [all...]
edit.c 772 Xinit(xs, xp, patlen + 128, ATEMP);
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
scilab.php 215 'xgrid', 'xinfo', 'xinit', 'xlfont', 'xload', 'xls_open', 'xls_read', 'xmltohtml', 'xname', 'xnumb', 'xpause',
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
sqlite3.h     [all...]

Completed in 4516 milliseconds