Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_string.h58 PHPAPI size_t php_strspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end);
59 PHPAPI size_t php_strcspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end);
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c520 const zend_uchar *s1_end = s1 + len; in php_mysqlnd_crypt() local
521 while (s1 < s1_end) { in php_mysqlnd_crypt()

Completed in 22 milliseconds