HomeSort by relevance Sort by last modified time
    Searched refs:xProc (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test9.c 187 Tcl_ObjCmdProc *xProc;
197 aObjCmd[i].xProc, aObjCmd[i].clientData, 0);
test5.c 206 Tcl_ObjCmdProc *xProc;
215 Tcl_CreateObjCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0);
test_hexio.c 373 Tcl_ObjCmdProc *xProc;
385 Tcl_CreateObjCommand(interp, aObjCmd[i].zName, aObjCmd[i].xProc, 0, 0);
test_init.c 273 Tcl_ObjCmdProc *xProc;
283 Tcl_CreateObjCommand(interp, aObjCmd[i].zName, aObjCmd[i].xProc, 0, 0);
test_intarray.c 367 Tcl_ObjCmdProc *xProc;
376 aObjCmd[i].xProc, aObjCmd[i].clientData, 0);
test_schema.c 329 Tcl_ObjCmdProc *xProc;
337 aObjCmd[i].xProc, aObjCmd[i].clientData, 0);
test_tclvar.c 320 Tcl_ObjCmdProc *xProc;
328 aObjCmd[i].xProc, aObjCmd[i].clientData, 0);
test_wholenumber.c 298 Tcl_ObjCmdProc *xProc;
306 aObjCmd[i].xProc, aObjCmd[i].clientData, 0);
test_mutex.c 415 Tcl_ObjCmdProc *xProc;
431 Tcl_CreateObjCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0);
test2.c 638 Tcl_CmdProc *xProc;
664 Tcl_CreateCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0);
test3.c 620 Tcl_CmdProc *xProc;
640 Tcl_CreateCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0);
test_func.c 568 Tcl_ObjCmdProc *xProc;
577 Tcl_CreateObjCommand(interp, aObjCmd[i].zName, aObjCmd[i].xProc, 0, 0);
test_thread.c 327 Tcl_ObjCmdProc *xProc;
357 return pSub->xProc(clientData, interp, objc, objv);
test4.c 720 Tcl_CmdProc *xProc;
741 Tcl_CreateCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0);
test7.c 698 Tcl_CmdProc *xProc;
717 Tcl_CreateCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0);
test_fuzzer.c 931 Tcl_ObjCmdProc *xProc;
939 aObjCmd[i].xProc, aObjCmd[i].clientData, 0);
test_malloc.c     [all...]
test_multiplex.c     [all...]
test_quota.c 937 Tcl_ObjCmdProc *xProc;
947 Tcl_CreateObjCommand(interp, aCmd[i].zName, aCmd[i].xProc, 0, 0);
test1.c     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
threadtest3.c 427 char *(*xProc)(int, int); /* Thread main proc */
724 return (void *)p->xProc(p->iTid, p->iArg);
730 char *(*xProc)(int, int), /* Proc to run */
742 p->xProc = xProc;
    [all...]

Completed in 251 milliseconds