Home
last modified time | relevance | path

Searched refs:path (Results 676 – 678 of 678) sorted by relevance

1...<<2122232425262728

/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1416 single path through the tree, checking that the subject matches what is
1432 Because it ends up with a single path through the tree, it is rela-
3766 mode. When the JIT fast path function is used, this error may be also
7354 Recording which path was taken
7367 (*PRUNE:NAME), or (*THEN:NAME) on the matching path is passed back to
7439 most recently passed (*MARK) in the path is passed back when (*COMMIT)
7507 is triggered, the previous path through the pattern is searched for the
8358 sible performance, there is also a "fast path" API that is JIT-spe-
8675 possible performance, can instead use a "fast path" API to call JIT
8679 The fast path function is called pcre_jit_exec(), and it takes exactly
[all …]
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c28123 err = fsctl(path, afpfsByteRangeLock2FSCTL, &pb, 0);
28128 path, tErrno, strerror(tErrno)));
31990 pUnused = findReusableFd(path, openFlags);
32000 fd = robust_open(path, openFlags, 0);
32003 if( proxyCreateLockPath(path) == SQLITE_OK ){
32004 fd = robust_open(path, openFlags, 0);
32010 fd = robust_open(path, openFlags, 0);
32545 if( !path || path[0]=='\0' || !strcmp(path, ":auto:") ||
32558 pCtx->lockProxyPath = sqlite3DbStrDup(0, path);
32612 if( !path || path[0]=='\0' || !strcmp(path, ":auto:") ){
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3715 # We skip the path here, because it is often long (so file will
12230 0 string/tc return-path: SMTP mail text
13648 # the file is over 4G, and the backing file path is stored after the first 4G,
13651 >>>(12.L) string >\0 (path %s)
18215 >20 lelong&8 8 \b, Has Relative path

Completed in 407 milliseconds

1...<<2122232425262728