Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dstreams.c1885 …ine zend_result php_stream_wrapper_scheme_validate(const char *protocol, unsigned int protocol_len) in php_stream_wrapper_scheme_validate() argument
1889 for(i = 0; i < protocol_len; i++) { in php_stream_wrapper_scheme_validate()
1904 size_t protocol_len = strlen(protocol); in php_register_url_stream_wrapper() local
1908 if (php_stream_wrapper_scheme_validate(protocol, protocol_len) == FAILURE) { in php_register_url_stream_wrapper()
1912 str = zend_string_init_interned(protocol, protocol_len, 1); in php_register_url_stream_wrapper()

Completed in 11 milliseconds