Home
last modified time | relevance | path

Searched refs:q (Results 76 – 100 of 141) sorted by relevance

123456

/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf.c761 const uint8_t *p, *q, *e; in cdf_read_property_info() local
820 q = (const uint8_t *)(const void *) in cdf_read_property_info()
823 if (q > e) { in cdf_read_property_info()
828 inp[i].pi_type = CDF_GETUINT32(q, 0); in cdf_read_property_info()
832 nelements = CDF_GETUINT32(q, 1); in cdf_read_property_info()
852 (void)memcpy(&s16, &q[o4], sizeof(s16)); in cdf_read_property_info()
858 (void)memcpy(&s32, &q[o4], sizeof(s32)); in cdf_read_property_info()
865 (void)memcpy(&u32, &q[o4], sizeof(u32)); in cdf_read_property_info()
914 uint32_t l = CDF_GETUINT32(q, o); in cdf_read_property_info()
925 if (q + o >= e) in cdf_read_property_info()
[all …]
H A Dapprentice.c1907 m->value.q = file_signextend(ms, m,
2384 const char *p, *q; local
2393 for (q = fn; *q; q++)
2396 for (p = ext + sizeof(ext) - 1; p >= ext && q >= fn; p--, q--)
2397 if (*p != *q)
2402 while (*q)
2403 q++;
2405 q++;
2408 spprintf(&buf, MAXPATHLEN, "%.*s.mime%s", (int)(q - fn), fn, ext);
2419 spprintf(&buf, MAXPATHLEN, "%.*s%s", (int)(q - fn), fn, ext);
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dstr_replace.phpt23 var_dump( str_replace("q", "q", "q", $count) );
106 array("q", "q"),
112 array("q", "q"),
158 array("q", "q", "c"),
165 array("q", "q", "c"),
172 var_dump(str_replace("a", array("q", "q", "c"), array("aaa", "bbb"), $count));
246 string(1) "q"
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dwrite5.phar21 0���������������������hi���`q�I���zzo�������hi
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h125 queue *q; /* list of child values */ member
/PHP-5.3/win32/
H A Dtestsuite.dsp107 $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
122 $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
137 $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
H A Dglob.c521 compare(const void *p, const void *q) in compare() argument
523 return(strcmp(*(char **)p, *(char **)q)); in compare()
556 Char *p, *q; local
584 q = pathend;
589 if (q+1 > pathend_last)
591 *q++ = *p++;
595 pathend = q;
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c958 if (*--q != *--p) { in mbfl_strpos()
1030 q = needle_u8_val; in mbfl_strpos()
1032 if (q == qe) { in mbfl_strpos()
1045 if (*q != *p) { in mbfl_strpos()
1048 ++p, ++q; in mbfl_strpos()
1415 if (p > q) { in mbfl_strcut()
1425 for (q = p + length; p < q; p += (m = mbtab[*p])); in mbfl_strcut()
1427 if (p > q) { in mbfl_strcut()
1486 for (q = string->val + from; p < q; p++) { in mbfl_strcut()
1504 length = q - p; in mbfl_strcut()
[all …]
/PHP-5.3/ext/standard/tests/array/
H A Dbug24220.phpt50 string(1) "q"
H A Dasort_object2.phpt61 "a" => new for_string_asort("axx","AXX","d"), "b" => new for_string_asort("T", "t","q"),
152 string(1) "q"
232 string(1) "q"
H A Darsort_object2.phpt61 "a" => new for_string_arsort("axx","AXX","d"), "b" => new for_string_asort("T", "t","q"),
/PHP-5.3/ext/gd/tests/
H A Dbug49600.phpt15 foreach (array("E", "I", "P", "g", "i", "q") as $c)
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c1633 *q, /* Iterator for output string */ in PHP_FUNCTION() local
1684 *q++ = '\\'; in PHP_FUNCTION()
1685 *q++ = c; in PHP_FUNCTION()
1689 *q++ = '\\'; in PHP_FUNCTION()
1690 *q++ = '0'; in PHP_FUNCTION()
1691 *q++ = '0'; in PHP_FUNCTION()
1692 *q++ = '0'; in PHP_FUNCTION()
1697 *q++ = '\\'; in PHP_FUNCTION()
1698 *q++ = c; in PHP_FUNCTION()
1702 *q = '\0'; in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/ftp/tests/
H A Dcert.pem22 q+Ub1SWXgNZRYCpq3c8Z+jCBgwYDVR0jBHwweoAUyIGuS6vlG9Ull4DWUWAqat3P
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput392 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
101 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
/PHP-5.3/ext/session/
H A Dsession.c309 unsigned char *p, *q; in bin_to_readable() local
315 q = (unsigned char *)in + inlen; in bin_to_readable()
323 if (p < q) { in bin_to_readable()
949 const char *p, *q;
963 q = p;
964 while (*q != PS_DELIMITER) {
974 namelen = q - p;
976 q++;
995 p = q;
1453 char *q;
[all …]
/PHP-5.3/sapi/cli/
H A DREADME10 (-q switch kept for compatibility)
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c1482 for (i = 0, q = s; i < 7 && q < end; i++) { in match_at()
1632 q = lowbuf; in match_at()
1634 if (*p != *q) { in match_at()
1637 p++; q++; in match_at()
1726 q = lowbuf; in match_at()
1728 if (*p != *q) { in match_at()
1731 p++; q++; in match_at()
1855 q = p; in match_at()
1920 q = p; in match_at()
2841 s = q; in match_at()
[all …]
H A Dregcomp.c2548 UChar *q; in is_not_included() local
4874 int q = 0; in print_anchor() local
4880 q = 1; in print_anchor()
4884 q = 1; in print_anchor()
4889 q = 1; in print_anchor()
4894 q = 1; in print_anchor()
4899 q = 1; in print_anchor()
4904 q = 1; in print_anchor()
4909 q = 1; in print_anchor()
5619 UChar *q; in onig_print_compiled_byte_code() local
[all …]
/PHP-5.3/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c414 char *q = 0; in main() local
436 q = p; in main()
449 fields[field++] = q; in main()
/PHP-5.3/ext/gd/
H A Dgd.c2646 q = quality; in _php_image_output()
2668 if (q == -1) { in _php_image_output()
2669 q = 0; in _php_image_output()
2670 } else if (q < 0 || q > 255) { in _php_image_output()
2672 q = 0; in _php_image_output()
2695 q = 128; in _php_image_output()
2702 q = 128; in _php_image_output()
2725 q = 0; in _php_image_output()
2726 } else if (q < 0 || q > 255) { in _php_image_output()
2728 q = 0; in _php_image_output()
[all …]
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h94 #define mysql_stmt_prepare(s,q,l) mysqlnd_stmt_prepare((s), (q), (l)) argument
/PHP-5.3/ext/standard/
H A Dstring.c2054 char *p, *q; local
2081 q += endlen;
2087 q += restlen;
2089 q += endlen;
2092 *q = '\0';
2500 char *p, *q; local
2533 *q++ = c;
2536 *q = 0;
2538 RETURN_STRINGL(erealloc(str, q - str + 1), q - str, 0);
2872 char *p, *q; local
[all …]
/PHP-5.3/ext/interbase/tests/
H A D003.phpt129 …$q = ibase_query('SELECT 1 AS id, 2 AS id, 3 AS id, 4 AS id, 5 AS id, 6 AS id, 7 AS id, 8 AS id, 9…
131 var_dump(ibase_fetch_assoc($q));
/PHP-5.3/Zend/
H A Dzend_strtod.c1287 ULong carry, q, ys; in quorem() local
1305 q = *bxe / (*sxe + 1); /* ensure q <= true quotient */ in quorem()
1307 /*debug*/ if (q > 9) in quorem()
1310 if (q) { in quorem()
1316 ys = (si & 0xffff) * q + carry; in quorem()
1317 zs = (si >> 16) * q + (ys >> 16); in quorem()
1327 ys = *sx++ * q + carry; in quorem()
1344 q++; in quorem()
1380 return q; in quorem()

Completed in 136 milliseconds

123456