Home
last modified time | relevance | path

Searched refs:wc (Results 1 – 10 of 10) sorted by relevance

/PHP-5.3/ext/mysql/tests/
H A Dbug55473.phpt59 $opened_files = trim(exec("lsof -np " . getmypid() . " | wc -l"));
61 } else if (($tmp = trim(exec("lsof -np " . getmypid() . " | wc -l"))) != $opened_files) {
/PHP-5.3/Zend/
H A Dzend_execute_API.c49 static WNDCLASS wc; variable
1394 wc.style=0; in timeout_thread_proc()
1395 wc.lpfnWndProc = zend_timeout_WndProc; in timeout_thread_proc()
1396 wc.cbClsExtra=0; in timeout_thread_proc()
1397 wc.cbWndExtra=0; in timeout_thread_proc()
1398 wc.hInstance=NULL; in timeout_thread_proc()
1399 wc.hIcon=NULL; in timeout_thread_proc()
1400 wc.hCursor=NULL; in timeout_thread_proc()
1402 wc.lpszMenuName=NULL; in timeout_thread_proc()
1404 if (!RegisterClass(&wc)) { in timeout_thread_proc()
[all …]
H A Dzend_strtod.c674 int k, wa, wb, wc; in mult() local
689 wc = wa + wb; in mult()
690 if (wc > a->maxwds) { in mult()
694 for(x = c->x, xa = x + wc; x < xa; x++) { in mult()
750 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ; in mult()
751 c->wds = wc; in mult()
/PHP-5.3/ext/pcre/
H A Dconfig0.m437 pcre_minor_length=`echo "$pcre_minor" | wc -c | sed -e 's/[^0-9]//g'`
/PHP-5.3/build/
H A Dshtool483 bytes=`echo '\1' | wc -c | awk '{ printf("%s", $1); }'`
485 bytes=`echo -E '\1' | wc -c | awk '{ printf("%s", $1); }'`
493 bytes=`echo -n 123 2>/dev/null | wc -c | awk '{ printf("%s", $1); }'`
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput82533 /(?=a(?i)b)\w\wc/
H A Dtestinput12106 /(?=a(?i)b)\w\wc/
H A Dtestoutput13290 /(?=a(?i)b)\w\wc/
H A Dtestoutput84163 /(?=a(?i)b)\w\wc/
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c98612 whereClauseClear(&p->wc);
98620 whereClauseClear(&p->wc);
98984 char wc[3]; /* Wildcard characters */
98989 if( !sqlite3IsLikeFunction(db, pExpr, pnoCase, wc) ){
99023 while( (c=z[cnt])!=0 && c!=wc[0] && c!=wc[1] && c!=wc[2] ){
99028 *pisComplete = c==wc[0] && z[cnt+1]==0;
99202 pOrWc = &pOrInfo->wc;
99229 pAndWC = &pAndInfo->wc;
99980 WhereClause * const pOrWC = &pTerm->u.pOrInfo->wc;
99994 WhereClause *pAndWC = &pOrTerm->u.pAndInfo->wc;
[all …]

Completed in 348 milliseconds