| /src/crypto/external/apache2/openssl/dist/crypto/http/ |
| http_lib.c | 60 const char *host, *host_end; local 104 host_end = strchr(host + 1, ']'); 105 if (host_end == NULL) 107 p = ++host_end; 110 host_end = strpbrk(host, ":/?#"); 111 if (host_end == NULL) /* the remaining string is just the hostname */ 112 host_end = host + strlen(host); 113 p = host_end; 159 || !copy_substring(phost, host, host_end)
|
| /src/crypto/external/bsd/openssl/dist/crypto/http/ |
| http_lib.c | 60 const char *host, *host_end; local 104 host_end = strchr(host + 1, ']'); 105 if (host_end == NULL) 107 p = ++host_end; 110 host_end = strchr(host, ':'); 111 if (host_end == NULL) 112 host_end = strchr(host, '/'); 113 if (host_end == NULL) 114 host_end = strchr(host, '?'); 115 if (host_end == NULL [all...] |
| /src/external/gpl3/gcc/dist/libgomp/ |
| libgomp.h | 1208 uintptr_t host_end; member in struct:splay_tree_key_s 1239 if (x->host_start == x->host_end 1240 && y->host_start == y->host_end) 1242 if (x->host_end <= y->host_start) 1244 if (x->host_start >= y->host_end)
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| libgomp.h | 1112 uintptr_t host_end; member in struct:splay_tree_key_s 1143 if (x->host_start == x->host_end 1144 && y->host_start == y->host_end) 1146 if (x->host_end <= y->host_start) 1148 if (x->host_start >= y->host_end)
|