Searched defs:nested (Results 1 - 4 of 4) sorted by relevance

/PHP_TRUNK/ext/sqlite3/libsqlite/
H A Dsqlite3.c9444 int vdbeExecCnt; /* Number of nested calls to VdbeExec() */
9494 int nStatement; /* Number of nested statement-transactions */
10508 ** For each nested loop in a WHERE clause implementation, the WhereInfo
10538 } *aInLoop; /* Information about each nested IN operator */
10581 int nLevel; /* Number of nested loop */
10597 ** NameContexts can be nested. When resolving names, the inner-most
10789 u8 nested; /* Number of nested calls to the parser/code generator */ member in struct:Parse
[all...]
/PHP_TRUNK/Zend/
H A Dzend_compile.h392 zend_bool nested; member in struct:_zend_execute_data
H A Dzend_vm_def.h1832 zend_bool nested = EX(nested); local
1847 if (nested) {
1850 if (nested) {
H A Dzend_vm_execute.h386 zend_bool nested = EX(nested); local
401 if (nested) {
404 if (nested) {
[all...]

Completed in 191 milliseconds