Searched refs:response_code_line (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Dhttp_struct.h104 char *response_code_line; /* Readable response */ member in struct:evhttp_request
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evrtsp/
H A Devrtsp.h96 char *response_code_line; /* Readable response */ member in struct:evrtsp_request
H A Drtsp.c897 if ((req->response_code_line = strdup(readable)) == NULL)
1570 if (req->response_code_line != NULL)
1571 free(req->response_code_line);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Devhttp.h223 char *response_code_line; /* Readable response */ member in struct:evhttp_request
H A Dhttp.c468 req->response_code_line);
1267 if ((req->response_code_line = strdup(readable)) == NULL)
2079 if (req->response_code_line != NULL)
2080 free(req->response_code_line);
2081 req->response_code_line = strdup(reason);
2594 if (req->response_code_line != NULL)
2595 free(req->response_code_line);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devhttp.h220 char *response_code_line; /* Readable response */ member in struct:evhttp_request
H A Dhttp.c467 req->response_code_line);
1261 if ((req->response_code_line = strdup(readable)) == NULL)
2032 if (req->response_code_line != NULL)
2033 free(req->response_code_line);
2034 req->response_code_line = strdup(reason);
2534 if (req->response_code_line != NULL)
2535 free(req->response_code_line);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Draop.c1982 DPRINTF(E_LOG, L_RAOP, "SET_PARAMETER request failed for metadata/artwork/progress: %d %s\n", req->response_code, req->response_code_line);
2303 DPRINTF(E_LOG, L_RAOP, "SET_PARAMETER request failed for stream volume: %d %s\n", req->response_code, req->response_code_line);
2364 DPRINTF(E_LOG, L_RAOP, "FLUSH request failed: %d %s\n", req->response_code, req->response_code_line);
3423 DPRINTF(E_LOG, L_RAOP, "SET_PARAMETER request failed for startup volume: %d %s\n", req->response_code, req->response_code_line);
3473 DPRINTF(E_LOG, L_RAOP, "RECORD request failed in session startup: %d %s\n", req->response_code, req->response_code_line);
3520 DPRINTF(E_LOG, L_RAOP, "SETUP request failed in session startup: %d %s\n", req->response_code, req->response_code_line);
3665 DPRINTF(E_LOG, L_RAOP, "ANNOUNCE request failed in session startup: %d %s\n", req->response_code, req->response_code_line);
3702 DPRINTF(E_LOG, L_RAOP, "OPTIONS request failed in session startup: %d %s\n", req->response_code, req->response_code_line);
3766 DPRINTF(E_LOG, L_RAOP, "TEARDOWN request failed in session shutdown: %d %s\n", req->response_code, req->response_code_line);
3807 DPRINTF(E_LOG, L_RAOP, "OPTIONS request failed in device probe: %d %s\n", req->response_code, req->response_code_line);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dhttp.c544 req->response_code_line);
1508 if ((req->response_code_line = mm_strdup(readable)) == NULL) {
2603 if (req->response_code_line != NULL)
2604 mm_free(req->response_code_line);
2607 req->response_code_line = mm_strdup(reason);
2608 if (req->response_code_line == NULL) {
3514 if (req->response_code_line != NULL)
3515 mm_free(req->response_code_line);

Completed in 102 milliseconds