HomeSort by relevance Sort by last modified time
    Searched refs:host_ptr (Results 1 - 3 of 3) sorted by null

  /external/openssl/apps/
s_apps.h 162 int extract_host_port(char *str,char **host_ptr,unsigned char *ip,short *p);
s_socket.c 475 int extract_host_port(char *str, char **host_ptr, unsigned char *ip,
491 if (host_ptr != NULL) *host_ptr=h;
  /external/chromium/net/http/
http_auth_handler_ntlm_portable.cc 481 const void* host_ptr; local
530 host_ptr = ucs_host_buf.data();
533 WriteUnicodeLE(const_cast<void*>(host_ptr), (const char16*) host_ptr,
537 host_ptr = hostname.data();
621 memcpy(static_cast<uint8*>(*out_buf) + offset, host_ptr, host_len);

Completed in 36 milliseconds