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

  /external/chromium/third_party/libevent/
http-internal.h 63 char *bind_address; /* address to use for binding the src */ member in struct:evhttp_connection
http.c 1013 if (evcon->bind_address != NULL)
1014 free(evcon->bind_address);
1033 if (evcon->bind_address)
1034 free(evcon->bind_address);
1035 if ((evcon->bind_address = strdup(address)) == NULL)
    [all...]

Completed in 11 milliseconds