Lines Matching defs:http

125   http_t		*http;		/* HTTP connection */  in httpAcceptConnection()  local
242 httpBlocking(http_t *http, /* I - HTTP connection */ in httpBlocking()
258 httpCheck(http_t *http) /* I - HTTP connection */ in httpCheck()
271 httpClearCookie(http_t *http) /* I - HTTP connection */ in httpClearCookie()
289 httpClearFields(http_t *http) /* I - HTTP connection */ in httpClearFields()
326 httpClose(http_t *http) /* I - HTTP connection */ in httpClose()
437 http_t *http; /* New HTTP connection */ in httpConnect2() local
495 httpDelete(http_t *http, /* I - HTTP connection */ in httpDelete()
507 _httpDisconnect(http_t *http) /* I - HTTP connection */ in _httpDisconnect()
525 httpEncryption(http_t *http, /* I - HTTP connection */ in httpEncryption()
571 httpError(http_t *http) /* I - HTTP connection */ in httpError()
604 httpFlush(http_t *http) /* I - HTTP connection */ in httpFlush()
676 httpFlushWrite(http_t *http) /* I - HTTP connection */ in httpFlushWrite()
732 httpGet(http_t *http, /* I - HTTP connection */ in httpGet()
748 httpGetActivity(http_t *http) /* I - HTTP connection */ in httpGetActivity()
766 httpGetAuthString(http_t *http) /* I - HTTP connection */ in httpGetAuthString()
782 httpGetBlocking(http_t *http) /* I - HTTP connection */ in httpGetBlocking()
803 httpGetContentEncoding(http_t *http) /* I - HTTP connection */ in httpGetContentEncoding()
883 httpGetCookie(http_t *http) /* I - HTTP connection */ in httpGetCookie()
900 httpGetEncryption(http_t *http) /* I - HTTP connection */ in httpGetEncryption()
916 httpGetExpect(http_t *http) /* I - HTTP connection */ in httpGetExpect()
932 httpGetFd(http_t *http) /* I - HTTP connection */ in httpGetFd()
943 httpGetField(http_t *http, /* I - HTTP connection */ in httpGetField()
962 httpGetKeepAlive(http_t *http) /* I - HTTP connection */ in httpGetKeepAlive()
979 httpGetLength(http_t *http) /* I - HTTP connection */ in httpGetLength()
1007 httpGetLength2(http_t *http) /* I - HTTP connection */ in httpGetLength2()
1070 httpGetPending(http_t *http) /* I - HTTP connection */ in httpGetPending()
1083 httpGetReady(http_t *http) /* I - HTTP connection */ in httpGetReady()
1109 httpGetRemaining(http_t *http) /* I - HTTP connection */ in httpGetRemaining()
1122 http_t *http) /* I - HTTP connection */ in httpGets()
1293 httpGetState(http_t *http) /* I - HTTP connection */ in httpGetState()
1306 httpGetStatus(http_t *http) /* I - HTTP connection */ in httpGetStatus()
1319 httpGetSubField(http_t *http, /* I - HTTP connection */ in httpGetSubField()
1335 httpGetSubField2(http_t *http, /* I - HTTP connection */ in httpGetSubField2()
1467 httpGetVersion(http_t *http) /* I - HTTP connection */ in httpGetVersion()
1478 httpHead(http_t *http, /* I - HTTP connection */ in httpHead()
1550 httpIsChunked(http_t *http) /* I - HTTP connection */ in httpIsChunked()
1565 httpIsEncrypted(http_t *http) /* I - HTTP connection */ in httpIsEncrypted()
1576 httpOptions(http_t *http, /* I - HTTP connection */ in httpOptions()
1596 httpPeek(http_t *http, /* I - HTTP connection */ in httpPeek()
1844 httpPost(http_t *http, /* I - HTTP connection */ in httpPost()
1858 httpPrintf(http_t *http, /* I - HTTP connection */ in httpPrintf()
1902 httpPut(http_t *http, /* I - HTTP connection */ in httpPut()
1920 httpRead(http_t *http, /* I - HTTP connection */ in httpRead()
1935 httpRead2(http_t *http, /* I - HTTP connection */ in httpRead2()
2142 httpReadRequest(http_t *http, /* I - HTTP connection */ in httpReadRequest()
2307 httpReconnect(http_t *http) /* I - HTTP connection */ in httpReconnect()
2321 httpReconnect2(http_t *http, /* I - HTTP connection */ in httpReconnect2()
2453 httpSetAuthString(http_t *http, /* I - HTTP connection */ in httpSetAuthString()
2510 httpSetCredentials(http_t *http, /* I - HTTP connection */ in httpSetCredentials()
2533 httpSetCookie(http_t *http, /* I - Connection */ in httpSetCookie()
2559 httpSetDefaultField(http_t *http, /* I - HTTP connection */ in httpSetDefaultField()
2585 httpSetExpect(http_t *http, /* I - HTTP connection */ in httpSetExpect()
2601 httpSetField(http_t *http, /* I - HTTP connection */ in httpSetField()
2622 http_t *http, /* I - HTTP connection */ in httpSetKeepAlive()
2637 httpSetLength(http_t *http, /* I - HTTP connection */ in httpSetLength()
2673 http_t *http, /* I - HTTP connection */ in httpSetTimeout()
2700 httpShutdown(http_t *http) /* I - HTTP connection */ in httpShutdown()
2725 httpTrace(http_t *http, /* I - HTTP connection */ in httpTrace()
2740 _httpUpdate(http_t *http, /* I - HTTP connection */ in _httpUpdate()
2918 httpUpdate(http_t *http) /* I - HTTP connection */ in httpUpdate()
2981 _httpWait(http_t *http, /* I - HTTP connection */ in _httpWait()
3070 httpWait(http_t *http, /* I - HTTP connection */ in httpWait()
3126 httpWrite(http_t *http, /* I - HTTP connection */ in httpWrite()
3141 httpWrite2(http_t *http, /* I - HTTP connection */ in httpWrite2()
3332 httpWriteResponse(http_t *http, /* I - HTTP connection */ in httpWriteResponse()
3551 http_add_field(http_t *http, /* I - HTTP connection */ in http_add_field()
3696 http_t *http) /* I - HTTP connection */ in http_content_coding_finish()
3770 http_t *http, /* I - HTTP connection */ in http_content_coding_start()
3935 http_t *http; /* New HTTP connection */ in http_create() local
4075 http_read(http_t *http, /* I - HTTP connection */ in http_read()
4188 http_read_buffered(http_t *http, /* I - HTTP connection */ in http_read_buffered()
4228 http_read_chunk(http_t *http, /* I - HTTP connection */ in http_read_chunk()
4293 http_send(http_t *http, /* I - HTTP connection */ in http_send()
4478 http_set_length(http_t *http) /* I - Connection */ in http_set_length()
4555 http_set_wait(http_t *http) /* I - HTTP connection */ in http_set_wait()
4575 http_tls_upgrade(http_t *http) /* I - HTTP connection */ in http_tls_upgrade()
4667 http_write(http_t *http, /* I - HTTP connection */ in http_write()
4814 http_write_chunk(http_t *http, /* I - HTTP connection */ in http_write_chunk()