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

  /external/curl/lib/
url.c 696 Curl_safefree(conn->host.rawalloc); /* host name buffer */
697 Curl_safefree(conn->conn_to_host.rawalloc); /* host name buffer */
699 Curl_safefree(conn->http_proxy.host.rawalloc); /* http proxy name buffer */
700 Curl_safefree(conn->socks_proxy.host.rawalloc); /* socks proxy name buffer */
    [all...]
tftp.c     [all...]
urldata.h 438 char *rawalloc; /* allocated "raw" version of the name */ member in struct:hostname
    [all...]
ftp.c     [all...]

Completed in 301 milliseconds