Searched refs:max_chars (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | string.c | 4108 long max_chars=0; local 4112 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &str, &str_len, &max_chars) == FAILURE… 4208 while ((!max_chars || char_count < max_chars) && begin > 0) { 4219 if (char_count == max_chars) { /* try to avoid breaking words */
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 3212 …efix(compiler_common *common, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *bytes, int max_chars) in scan_prefix() argument 3294 max_chars = scan_prefix(common, cc + len, chars, bytes, max_chars); in scan_prefix() 3295 if (max_chars == 0) in scan_prefix() 3317 max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, bytes, max_chars); in scan_prefix() 3318 if (max_chars == 0) in scan_prefix() 3446 if (--max_chars == 0) in scan_prefix() 3522 if (--max_chars == 0) in scan_prefix()
|
Completed in 36 milliseconds