Searched defs:cont (Results 1 - 7 of 7) sorted by relevance
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | select.c | 1854 int cont; local 1929 cont = sqliteVdbeMakeLabel(v); 1950 selectInnerLoop(pParse, p, &eList, 0, 0, 0, -1, eDest, iParm, cont, cont); 1951 sqliteVdbeResolveLabel(v, cont);
|
| H A D | sqliteInt.h | 806 int cont; /* Jump here to continue with the next loop cycle */ member in struct:WhereLevel
|
| H A D | where.c | 390 int brk, cont = 0; /* Addresses used during code generation */ local 771 cont = pLevel->cont = sqliteVdbeMakeLabel(v); 827 cont = pLevel->cont = sqliteVdbeMakeLabel(v); 857 sqliteVdbeAddOp(v, OP_IdxIsNull, nColumn, cont); 874 cont = pLevel->cont = sqliteVdbeMakeLabel(v); 929 cont = pLevel->cont [all...] |
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | file.h | 359 struct cont { struct in struct:magic_set
|
| /PHP_5_3/ext/json/ |
| H A D | utf8_decode.c | 76 cont(json_utf8_decode *utf8) function 146 int c1 = cont(utf8); 157 int c1 = cont(utf8); 158 int c2 = cont(utf8); 169 int c1 = cont(utf8); 170 int c2 = cont(utf8); 171 int c3 = cont(utf8);
|
| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_handlers.c | 589 IConnectionPointContainer *cont; local 593 &IID_IConnectionPointContainer, (void**)&cont))) { 595 if (SUCCEEDED(IConnectionPointContainer_FindConnectionPoint(cont, 605 IConnectionPointContainer_Release(cont);
|
| /PHP_5_3/Zend/ |
| H A D | zend_compile.h | 95 int cont; member in struct:_zend_brk_cont_element
|
Completed in 33 milliseconds