Searched defs:hostent (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/main/streams/ |
| H A D | streams.c | 2258 const char *hostent, php_stream **stream) 2262 if (!stream || !hostent || !context || !(context->links)) { 2265 if (SUCCESS == zend_hash_find(Z_ARRVAL_P(context->links), (char*)hostent, strlen(hostent)+1, (void**)&pstream)) { 2273 const char *hostent, php_stream *stream) 2283 /* Delete any entry for <hostent> */ 2284 return zend_hash_del(Z_ARRVAL_P(context->links), (char*)hostent, strlen(hostent)+1); 2286 return zend_hash_update(Z_ARRVAL_P(context->links), (char*)hostent, strlen(hostent) 2257 php_stream_context_get_link(php_stream_context *context, const char *hostent, php_stream **stream) argument 2272 php_stream_context_set_link(php_stream_context *context, const char *hostent, php_stream *stream) argument 2293 char *hostent; local [all...] |
Completed in 7 milliseconds