Home
last modified time | relevance | path

Searched refs:s1_end (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/standard/
H A Dphp_string.h59 PHPAPI size_t php_strspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end);
60 PHPAPI size_t php_strcspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end);
H A Dstring.c1699 PHPAPI size_t php_strspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end) argument
1705 for (spanp = s2; p != s1_end && spanp != s2_end;) {
1716 PHPAPI size_t php_strcspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end) argument
1724 if (*spanp == c || p == s1_end) {
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_auth.c538 const zend_uchar *s1_end = s1 + len; in php_mysqlnd_crypt() local
539 while (s1 < s1_end) { in php_mysqlnd_crypt()

Completed in 36 milliseconds