Lines Matching refs:http_t
45 static void http_add_field(http_t *http, http_field_t field, const char *value, int append);
47 static void http_content_coding_finish(http_t *http);
48 static void http_content_coding_start(http_t *http,
51 static http_t *http_create(const char *host, int port,
59 static ssize_t http_read(http_t *http, char *buffer, size_t length);
60 static ssize_t http_read_buffered(http_t *http, char *buffer, size_t length);
61 static ssize_t http_read_chunk(http_t *http, char *buffer, size_t length);
62 static int http_send(http_t *http, http_state_t request,
64 static ssize_t http_write(http_t *http, const char *buffer,
66 static ssize_t http_write_chunk(http_t *http, const char *buffer,
68 static off_t http_set_length(http_t *http);
70 static void http_set_wait(http_t *http);
73 static int http_tls_upgrade(http_t *http);
124 http_t * /* O - HTTP connection or @code NULL@ */
129 http_t *http; /* HTTP connection */ in httpAcceptConnection()
246 httpBlocking(http_t *http, /* I - HTTP connection */ in httpBlocking()
262 httpCheck(http_t *http) /* I - HTTP connection */ in httpCheck()
275 httpClearCookie(http_t *http) /* I - HTTP connection */ in httpClearCookie()
293 httpClearFields(http_t *http) /* I - HTTP connection */ in httpClearFields()
349 httpClose(http_t *http) /* I - HTTP connection */ in httpClose()
434 http_t * /* O - New HTTP connection */
449 http_t * /* O - New HTTP connection */
460 http_t *http; /* New HTTP connection */ in httpConnect2()
499 http_t * /* O - New HTTP connection */
518 httpDelete(http_t *http, /* I - HTTP connection */ in httpDelete()
530 _httpDisconnect(http_t *http) /* I - HTTP connection */ in _httpDisconnect()
548 httpEncryption(http_t *http, /* I - HTTP connection */ in httpEncryption()
594 httpError(http_t *http) /* I - HTTP connection */ in httpError()
627 httpFlush(http_t *http) /* I - HTTP connection */ in httpFlush()
699 httpFlushWrite(http_t *http) /* I - HTTP connection */ in httpFlushWrite()
755 httpGet(http_t *http, /* I - HTTP connection */ in httpGet()
771 httpGetActivity(http_t *http) /* I - HTTP connection */ in httpGetActivity()
789 httpGetAuthString(http_t *http) /* I - HTTP connection */ in httpGetAuthString()
805 httpGetBlocking(http_t *http) /* I - HTTP connection */ in httpGetBlocking()
826 httpGetContentEncoding(http_t *http) /* I - HTTP connection */ in httpGetContentEncoding()
906 httpGetCookie(http_t *http) /* I - HTTP connection */ in httpGetCookie()
923 httpGetEncryption(http_t *http) /* I - HTTP connection */ in httpGetEncryption()
939 httpGetExpect(http_t *http) /* I - HTTP connection */ in httpGetExpect()
955 httpGetFd(http_t *http) /* I - HTTP connection */ in httpGetFd()
966 httpGetField(http_t *http, /* I - HTTP connection */ in httpGetField()
1010 httpGetKeepAlive(http_t *http) /* I - HTTP connection */ in httpGetKeepAlive()
1027 httpGetLength(http_t *http) /* I - HTTP connection */ in httpGetLength()
1055 httpGetLength2(http_t *http) /* I - HTTP connection */ in httpGetLength2()
1118 httpGetPending(http_t *http) /* I - HTTP connection */ in httpGetPending()
1131 httpGetReady(http_t *http) /* I - HTTP connection */ in httpGetReady()
1157 httpGetRemaining(http_t *http) /* I - HTTP connection */ in httpGetRemaining()
1170 http_t *http) /* I - HTTP connection */ in httpGets()
1341 httpGetState(http_t *http) /* I - HTTP connection */ in httpGetState()
1354 httpGetStatus(http_t *http) /* I - HTTP connection */ in httpGetStatus()
1367 httpGetSubField(http_t *http, /* I - HTTP connection */ in httpGetSubField()
1383 httpGetSubField2(http_t *http, /* I - HTTP connection */ in httpGetSubField2()
1512 httpGetVersion(http_t *http) /* I - HTTP connection */ in httpGetVersion()
1523 httpHead(http_t *http, /* I - HTTP connection */ in httpHead()
1595 httpIsChunked(http_t *http) /* I - HTTP connection */ in httpIsChunked()
1610 httpIsEncrypted(http_t *http) /* I - HTTP connection */ in httpIsEncrypted()
1621 httpOptions(http_t *http, /* I - HTTP connection */ in httpOptions()
1641 httpPeek(http_t *http, /* I - HTTP connection */ in httpPeek()
1889 httpPost(http_t *http, /* I - HTTP connection */ in httpPost()
1903 httpPrintf(http_t *http, /* I - HTTP connection */ in httpPrintf()
1942 httpPut(http_t *http, /* I - HTTP connection */ in httpPut()
1960 httpRead(http_t *http, /* I - HTTP connection */ in httpRead()
1975 httpRead2(http_t *http, /* I - HTTP connection */ in httpRead2()
2182 httpReadRequest(http_t *http, /* I - HTTP connection */ in httpReadRequest()
2347 httpReconnect(http_t *http) /* I - HTTP connection */ in httpReconnect()
2361 httpReconnect2(http_t *http, /* I - HTTP connection */ in httpReconnect2()
2493 httpSetAuthString(http_t *http, /* I - HTTP connection */ in httpSetAuthString()
2550 httpSetCredentials(http_t *http, /* I - HTTP connection */ in httpSetCredentials()
2573 httpSetCookie(http_t *http, /* I - Connection */ in httpSetCookie()
2599 httpSetDefaultField(http_t *http, /* I - HTTP connection */ in httpSetDefaultField()
2648 httpSetExpect(http_t *http, /* I - HTTP connection */ in httpSetExpect()
2664 httpSetField(http_t *http, /* I - HTTP connection */ in httpSetField()
2688 http_t *http, /* I - HTTP connection */ in httpSetKeepAlive()
2703 httpSetLength(http_t *http, /* I - HTTP connection */ in httpSetLength()
2737 http_t *http, /* I - HTTP connection */ in httpSetTimeout()
2764 httpShutdown(http_t *http) /* I - HTTP connection */ in httpShutdown()
2789 httpTrace(http_t *http, /* I - HTTP connection */ in httpTrace()
2804 _httpUpdate(http_t *http, /* I - HTTP connection */ in _httpUpdate()
2982 httpUpdate(http_t *http) /* I - HTTP connection */ in httpUpdate()
3045 _httpWait(http_t *http, /* I - HTTP connection */ in _httpWait()
3134 httpWait(http_t *http, /* I - HTTP connection */ in httpWait()
3190 httpWrite(http_t *http, /* I - HTTP connection */ in httpWrite()
3205 httpWrite2(http_t *http, /* I - HTTP connection */ in httpWrite2()
3396 httpWriteResponse(http_t *http, /* I - HTTP connection */ in httpWriteResponse()
3618 http_add_field(http_t *http, /* I - HTTP connection */ in http_add_field()
3739 http_t *http) /* I - HTTP connection */ in http_content_coding_finish()
3813 http_t *http, /* I - HTTP connection */ in http_content_coding_start()
3968 static http_t * /* O - HTTP connection */
3978 http_t *http; /* New HTTP connection */ in http_create()
4012 if ((http = calloc(sizeof(http_t), 1)) == NULL) in http_create()
4118 http_read(http_t *http, /* I - HTTP connection */ in http_read()
4231 http_read_buffered(http_t *http, /* I - HTTP connection */ in http_read_buffered()
4271 http_read_chunk(http_t *http, /* I - HTTP connection */ in http_read_chunk()
4336 http_send(http_t *http, /* I - HTTP connection */ in http_send()
4522 http_set_length(http_t *http) /* I - Connection */ in http_set_length()
4600 http_set_wait(http_t *http) /* I - HTTP connection */ in http_set_wait()
4620 http_tls_upgrade(http_t *http) /* I - HTTP connection */ in http_tls_upgrade()
4623 http_t myhttp; /* Local copy of HTTP data */ in http_tls_upgrade()
4706 http_write(http_t *http, /* I - HTTP connection */ in http_write()
4853 http_write_chunk(http_t *http, /* I - HTTP connection */ in http_write_chunk()