Searched refs:estr (Results 1 – 4 of 4) sorted by relevance
/php-src/main/streams/ |
H A D | php_stream_transport.h | 54 …_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, ecode) \ argument 55 …_php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, estr, eco…
|
H A D | xp_socket.c | 76 char *estr; in php_sockop_write() local 108 estr = php_socket_strerror(err, NULL, 0); in php_sockop_write() 111 (zend_long)count, err, estr); in php_sockop_write() 112 efree(estr); in php_sockop_write()
|
/php-src/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 2536 check_format_type(const char *ptr, int type, const char **estr) in check_format_type() argument 2542 *estr = "missing format spec"; in check_format_type() 2718 *estr = "not valid"; in check_format_type() 2721 *estr = "too long"; in check_format_type() 2733 const char *estr; in check_format() local 2757 if (check_format_type(ptr, m->type, &estr) == -1) { in check_format() 2763 "`%s' in description `%s'", estr, in check_format()
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 268 char *estr = php_socket_strerror(php_socket_errno(), NULL, 0); in php_openssl_handle_ssl_error() local 271 "SSL: %s", estr); in php_openssl_handle_ssl_error() 273 efree(estr); in php_openssl_handle_ssl_error()
|
Completed in 24 milliseconds