Home
last modified time | relevance | path

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

/PHP-7.3/main/streams/
H A Dphp_stream_transport.h56 …_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, ecode) \ argument
57 …_php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, eco…
H A Dxp_socket.c79 char *estr; in php_sockop_write() local
102 estr = php_socket_strerror(err, NULL, 0); in php_sockop_write()
104 (zend_long)count, err, estr); in php_sockop_write()
105 efree(estr); in php_sockop_write()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c2296 check_format_type(const char *ptr, int type, const char **estr) in check_format_type() argument
2302 *estr = "missing format spec"; in check_format_type()
2480 *estr = "not valid"; in check_format_type()
2482 *estr = "too long"; in check_format_type()
2494 const char *estr; in check_format() local
2518 if (check_format_type(ptr, m->type, &estr) == -1) { in check_format()
2524 "`%s' in description `%s'", estr, in check_format()
/PHP-7.3/ext/openssl/
H A Dxp_ssl.c219 char *estr = php_socket_strerror(php_socket_errno(), NULL, 0); in php_openssl_handle_ssl_error() local
222 "SSL: %s", estr); in php_openssl_handle_ssl_error()
224 efree(estr); in php_openssl_handle_ssl_error()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch821 *estr = "too long";

Completed in 32 milliseconds