Home
last modified time | relevance | path

Searched refs:subject_len (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/pcre/
H A Dphp_pcre.h36 …place(zend_string *regex, zend_string *subject_str, char *subject, int subject_len, zend_string *r…
62 PHPAPI void php_pcre_match_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
65 …pl(pcre_cache_entry *pce, zend_string *subject_str, char *subject, int subject_len, zend_string *r…
H A Dphp_pcre.c809 start_offset = subject_len + start_offset; in php_pcre_match_impl()
870 if (start_offset < 0 || start_offset > subject_len) { in php_pcre_match_impl()
1098 if (g_notempty != 0 && start_offset < subject_len) { in php_pcre_match_impl()
1259 char *subject, int subject_len, in php_pcre_replace() argument
1374 count = pcre_exec(pce->re, extra, subject, subject_len, start_offset, in php_pcre_replace_impl()
1491 if (g_notempty != 0 && start_offset < subject_len) { in php_pcre_replace_impl()
1503 new_len = result_len + subject_len - start_offset; in php_pcre_replace_impl()
1514 result_len += subject_len - start_offset; in php_pcre_replace_impl()
1706 if (g_notempty != 0 && start_offset < subject_len) { in php_pcre_replace_func_impl()
1718 new_len = result_len + subject_len - start_offset; in php_pcre_replace_func_impl()
[all …]
/PHP-7.2/ext/standard/
H A Dmail.c293 size_t subject_len, i; in PHP_FUNCTION() local
300 Z_PARAM_STRING(subject, subject_len) in PHP_FUNCTION()
309 MAIL_ASCIIZ_CHECK(subject, subject_len); in PHP_FUNCTION()
353 if (subject_len > 0) { in PHP_FUNCTION()
354 subject_r = estrndup(subject, subject_len); in PHP_FUNCTION()
355 for (; subject_len; subject_len--) { in PHP_FUNCTION()
356 if (!isspace((unsigned char) subject_r[subject_len - 1])) { in PHP_FUNCTION()
359 subject_r[subject_len - 1] = '\0'; in PHP_FUNCTION()
/PHP-7.2/
H A DUPGRADING.INTERNALS73 …place(zend_string *regex, zend_string *subject_str, char *subject, int subject_len, zend_string *r…
74 …pl(pcre_cache_entry *pce, zend_string *subject_str, char *subject, int subject_len, zend_string *r…
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c370 size_t suffix_len, subject_len; in php_openssl_matches_wildcard_name() local
388 subject_len = strlen(subjectname); in php_openssl_matches_wildcard_name()
389 if (suffix_len <= subject_len) { in php_openssl_matches_wildcard_name()
393 return strcasecmp(wildcard + 1, subjectname + subject_len - suffix_len) == 0 && in php_openssl_matches_wildcard_name()
394 memchr(subjectname + prefix_len, '.', subject_len - suffix_len - prefix_len) == NULL; in php_openssl_matches_wildcard_name()
/PHP-7.2/ext/mbstring/
H A Dmbstring.c4395 size_t subject_len; in PHP_FUNCTION() local
4438 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sss|zS", &to, &to_len, &subject, &subject_len, &messag… in PHP_FUNCTION()
4444 MAIL_ASCIIZ_CHECK_MBSTRING(subject, subject_len); in PHP_FUNCTION()
4561 orig_str.len = subject_len; in PHP_FUNCTION()

Completed in 58 milliseconds