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

  /external/chromium_org/third_party/sqlite/src/src/
test_thread.c 36 char *zScript; /* The script to execute. */
42 ** handled, script zScript is evaluated in interpreter interp. If
50 char *zScript; /* The script to execute. */
76 rc = Tcl_Eval(p->interp, p->zScript);
97 pEvent->zScript = (char *)&pEvent[1];
98 memcpy(pEvent->zScript, zMsg, nMsg+1);
130 rc = Tcl_Eval(interp, p->zScript);
179 int nScript; char *zScript;
190 zScript = Tcl_GetStringFromObj(objv[3], &nScript);
194 pNew->zScript = (char *)&pNew->zVarname[nVarname+1]
    [all...]
tclsqlite.c 86 char *zScript; /* The script to be run */
704 pCmd = Tcl_NewStringObj(p->zScript, -1);
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest8inst1.c 137 const char *zScript = 0;
158 zScript = argv[++ii];
173 if( !zDb || !zScript || !zLog ) goto usage;
175 zSql = readScriptFile(zScript, &nSql);

Completed in 1047 milliseconds