Home
last modified time | relevance | path

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

/PHP-7.2/main/streams/
H A Dphp_stream_transport.h57 …_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, ecode) \ argument
58 …_php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, eco…
H A Dxp_socket.c81 char *estr; in php_sockop_write() local
104 estr = php_socket_strerror(err, NULL, 0); in php_sockop_write()
106 (zend_long)count, err, estr); in php_sockop_write()
107 efree(estr); in php_sockop_write()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c2256 check_format_type(const char *ptr, int type, const char **estr) in check_format_type() argument
2262 *estr = "missing format spec"; in check_format_type()
2440 *estr = "not valid"; in check_format_type()
2442 *estr = "too long"; in check_format_type()
2454 const char *estr; in check_format() local
2478 if (check_format_type(ptr, m->type, &estr) == -1) { in check_format()
2484 "`%s' in description `%s'", estr, in check_format()
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c215 char *estr = php_socket_strerror(php_socket_errno(), NULL, 0); in php_openssl_handle_ssl_error() local
218 "SSL: %s", estr); in php_openssl_handle_ssl_error()
220 efree(estr); in php_openssl_handle_ssl_error()

Completed in 31 milliseconds