Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dtransports.c113 char wrapper_name[32]; in _php_stream_xport_create() local
115 if (n >= sizeof(wrapper_name)) in _php_stream_xport_create()
116 n = sizeof(wrapper_name) - 1; in _php_stream_xport_create()
117 PHP_STRLCPY(wrapper_name, protocol, sizeof(wrapper_name), n); in _php_stream_xport_create()
120 wrapper_name); in _php_stream_xport_create()
H A Dstreams.c1984 char wrapper_name[32]; local
1986 if (n >= sizeof(wrapper_name)) {
1987 n = sizeof(wrapper_name) - 1;
1989 PHP_STRLCPY(wrapper_name, protocol, sizeof(wrapper_name), n);
1991 … to find the wrapper \"%s\" - did you forget to enable it when you configured PHP?", wrapper_name);

Completed in 16 milliseconds