Searched refs:field_authorization (Results 1 – 2 of 2) sorted by relevance
304 if (http->field_authorization) in httpClearFields()306 free(http->field_authorization); in httpClearFields()307 http->field_authorization = NULL; in httpClearFields()973 if (http->field_authorization) in httpGetField()980 return (http->field_authorization); in httpGetField()2709 if (http->field_authorization) in httpSetField()2710 free(http->field_authorization); in httpSetField()2712 http->field_authorization = strdup(value); in httpSetField()4430 if (http->field_authorization && http->authstring && in http_send()4577 http->field_authorization = NULL; /* Don't free the auth string */ in http_tls_upgrade()[all …]
326 char *field_authorization; member