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

  /external/libcups/cups/
http.c 304 if (http->field_authorization)
306 free(http->field_authorization);
307 http->field_authorization = NULL;
973 if (http->field_authorization)
980 return (http->field_authorization);
    [all...]
http-private.h 326 char *field_authorization; member in struct:_http_s

Completed in 58 milliseconds