OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xOp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test7.c
54
void (*
xOp
)(Thread*); /* next operation to do */
55
char *zArg; /* argument usable by
xOp
*/
97
while( p->
xOp
){
102
(*p->
xOp
)(p);
222
p->
xOp
= 0;
508
threadset[i].
xOp
= do_compile;
561
threadset[i].
xOp
= do_step;
603
threadset[i].
xOp
= do_finalize;
647
threadset[i].
xOp
= do_reset;
test4.c
32
void (*
xOp
)(Thread*); /* next operation to do */
33
char *zArg; /* argument usable by
xOp
*/
75
while( p->
xOp
){
80
(*p->
xOp
)(p);
199
p->
xOp
= 0;
477
threadset[i].
xOp
= do_compile;
530
threadset[i].
xOp
= do_step;
572
threadset[i].
xOp
= do_finalize;
Completed in 41 milliseconds