Searched defs:srclen (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/mbstring/ |
H A D | php_unicode.c | 271 MBSTRING_API char *php_unicode_convert_case(int case_mode, const char *srcstr, size_t srclen, size_… in php_unicode_convert_case()
|
/PHP-7.2/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 488 zend_ulong srclen = 0; in odbc_stmt_param_hook() local
|
/PHP-7.2/ext/standard/ |
H A D | url_scanner_ex.c | 1041 static char *url_adapt_ext(const char *src, size_t srclen, size_t *newlen, zend_bool do_flush, url_… in url_adapt_ext()
|
H A D | string.c | 2276 static zend_string *php_chunk_split(char *src, size_t srclen, char *end, size_t endlen, size_t chun…
|
Completed in 31 milliseconds