Searched refs:HTTPContext (Results 1 – 1 of 1) sorted by relevance
62 typedef struct HTTPContext { struct129 } HTTPContext; argument131 #define OFFSET(x) offsetof(HTTPContext, x)184 memcpy(&((HTTPContext *)dest->priv_data)->auth_state, in ff_http_init_auth_state()185 &((HTTPContext *)src->priv_data)->auth_state, in ff_http_init_auth_state()187 memcpy(&((HTTPContext *)dest->priv_data)->proxy_auth_state, in ff_http_init_auth_state()188 &((HTTPContext *)src->priv_data)->proxy_auth_state, in ff_http_init_auth_state()201 HTTPContext *s = h->priv_data; in http_open_cnx_internal()268 static int http_should_reconnect(HTTPContext *s, int err) in http_should_reconnect()305 HTTPContext *s = h->priv_data; in http_open_cnx()[all …]