OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nScript
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_vfs.c
85
int
nScript
; /* Number of elements in array apScript */
273
int
nScript
;
281
if( TCL_OK!=Tcl_ListObjGetElements(p->interp, p->pScript, &
nScript
, &ap) ){
286
p->
nScript
=
nScript
;
287
nByte = (
nScript
+TESTVFS_MAX_ARGS)*sizeof(Tcl_Obj *);
290
for(i=0; i<
nScript
; i++){
295
p->apScript[p->
nScript
] = Tcl_NewStringObj(zMethod, -1);
296
p->apScript[p->
nScript
+1] = arg1;
297
p->apScript[p->
nScript
+2] = arg2
[
all
...]
test_thread.c
179
int
nScript
; char *zScript;
190
zScript = Tcl_GetStringFromObj(objv[3], &
nScript
);
192
pNew = (SqlThread *)ckalloc(sizeof(SqlThread)+nVarname+
nScript
+2);
196
memcpy(pNew->zScript, zScript,
nScript
+1);
test_quota.c
847
int
nScript
; /* Length of callback script */
859
Tcl_GetStringFromObj(pScript, &
nScript
);
861
if(
nScript
>0 ){
tclsqlite.c
[
all
...]
Completed in 32 milliseconds