Searched refs:max_chars (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | string.c | 4094 long max_chars=0; local 4098 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &str, &str_len, &max_chars) == FAILURE… 4194 while ((!max_chars || char_count < max_chars) && begin > 0) { 4205 if (char_count == max_chars) { /* try to avoid breaking words */
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 3236 …mon *common, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *bytes, int max_chars, pcre_uint32 *re… in scan_prefix() argument 3323 max_chars = scan_prefix(common, cc + len, chars, bytes, max_chars, rec_count); in scan_prefix() 3324 if (max_chars == 0) in scan_prefix() 3346 … max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, bytes, max_chars, rec_count); in scan_prefix() 3347 if (max_chars == 0) in scan_prefix() 3475 if (--max_chars == 0) in scan_prefix() 3551 if (--max_chars == 0) in scan_prefix()
|
Completed in 44 milliseconds