Home
last modified time | relevance | path

Searched refs:scan (Results 76 – 78 of 78) sorted by relevance

1234

/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1454 The scan continues until either the end of the subject is reached, or
3362 pre-scan of the subject that takes place before the pattern is run.
3385 set, the initial scan along the subject string does not happen. The
9458 ing. That saves PCRE from having to scan along the subject looking for
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic7063 # in Windows NT bit 0 is a dirty flag to request chkdsk at boot time. bit 1 requests surface scan t…
13749 # file of ePub or OpenDocument, we'll have to scan for a filename
13758 # header, we need to scan for the next header
13760 # now skip to the *third* local file header; again, we need to scan due to a
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c116767 WhereScan scan;
116769 p = whereScanInit(&scan, pWC, iCur, iColumn, op, pIdx);
116777 p = whereScanNext(&scan);
120876 WhereScan scan; /* Iterator for WHERE terms */
120906 pTerm = whereScanInit(&scan, pBuilder->pWC, pSrc->iCursor, iCol,
120917 for(; rc==SQLITE_OK && pTerm!=0; pTerm = whereScanNext(&scan)){

Completed in 387 milliseconds

1234