Searched defs:hostent (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/main/streams/ |
| H A D | streams.c | 2189 const char *hostent, php_stream **stream) 2193 if (!stream || !hostent || !context || !(context->links)) { 2196 if (SUCCESS == zend_hash_find(Z_ARRVAL_P(context->links), (char*)hostent, strlen(hostent)+1, (void**)&pstream)) { 2204 const char *hostent, php_stream *stream) 2214 /* Delete any entry for <hostent> */ 2215 return zend_hash_del(Z_ARRVAL_P(context->links), (char*)hostent, strlen(hostent)+1); 2217 return zend_hash_update(Z_ARRVAL_P(context->links), (char*)hostent, strlen(hostent) 2188 php_stream_context_get_link(php_stream_context *context, const char *hostent, php_stream **stream) argument 2203 php_stream_context_set_link(php_stream_context *context, const char *hostent, php_stream *stream) argument 2224 char *hostent; local [all...] |
Completed in 6 milliseconds