Searched refs:hostent (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_4/netware/ |
| H A D | sendmail_nw.h | 11 #include <netdb.h> /* For struct hostent */ 17 typedef struct hostent * LPHOSTENT;
|
| /PHP_5_4/win32/ |
| H A D | sendmail.c | 78 struct hostent *adr; 771 struct hostent *ent;
|
| /PHP_5_4/main/streams/ |
| H A D | php_stream_context.h | 56 zval *links; /* hash keyed by hostent for connection pooling */ 69 const char *hostent, php_stream **stream); 71 const char *hostent, php_stream *stream);
|
| 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...] |
| /PHP_5_4/sapi/cgi/ |
| H A D | fastcgi.c | 612 struct hostent *hep;
|
| /PHP_5_4/main/ |
| H A D | network.c | 176 struct hostent *host_info;
|
| /PHP_5_4/ext/standard/ |
| H A D | dns.c | 185 struct hostent *hp; 237 struct hostent *hp; 262 struct hostent *hp;
|
| /PHP_5_4/ext/sockets/ |
| H A D | sockets.c | 428 struct hostent *hp; 661 struct hostent *host_entry;
|
Completed in 37 milliseconds