Home
last modified time | relevance | path

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

/PHP-7.4/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.c78 char *estr; in php_sockop_write() local
108 estr = php_socket_strerror(err, NULL, 0); in php_sockop_write()
110 (zend_long)count, err, estr); in php_sockop_write()
111 efree(estr); in php_sockop_write()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c2319 check_format_type(const char *ptr, int type, const char **estr) in check_format_type() argument
2325 *estr = "missing format spec"; in check_format_type()
2503 *estr = "not valid"; in check_format_type()
2505 *estr = "too long"; in check_format_type()
2517 const char *estr; in check_format() local
2541 if (check_format_type(ptr, m->type, &estr) == -1) { in check_format()
2547 "`%s' in description `%s'", estr, in check_format()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c238 char *estr = php_socket_strerror(php_socket_errno(), NULL, 0); in php_openssl_handle_ssl_error() local
241 "SSL: %s", estr); in php_openssl_handle_ssl_error()
243 efree(estr); in php_openssl_handle_ssl_error()

Completed in 21 milliseconds