Searched refs:hostent (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_3/netware/ |
| H A D | sendmail_nw.h | 11 #include <netdb.h> /* For struct hostent */ 17 typedef struct hostent * LPHOSTENT;
|
| /PHP_5_3/win32/ |
| H A D | sendmail.c | 78 struct hostent *adr; 771 struct hostent *ent;
|
| /PHP_5_3/ext/sockets/ |
| H A D | sockets.c | 350 struct hostent *hp; 583 struct hostent *host_entry;
|
| /PHP_5_3/main/ |
| H A D | network.c | 176 struct hostent *host_info;
|
| /PHP_5_3/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 | 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...] |
| /PHP_5_3/sapi/cgi/ |
| H A D | fastcgi.c | 388 struct hostent *hep;
|
| /PHP_5_3/ext/standard/ |
| H A D | dns.c | 185 struct hostent *hp; 237 struct hostent *hp; 262 struct hostent *hp;
|
Completed in 36 milliseconds