Home
last modified time | relevance | path

Searched defs:http (Results 1 – 5 of 5) sorted by relevance

/titanic_51/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c294 httpCheck(http_t * http) httpCheck() argument
305 httpClearCookie(http_t * http) httpClearCookie() argument
323 httpClose(http_t * http) httpClose() argument
386 http_t *http; /* New HTTP connection */ httpConnectEncrypt() local
487 httpEncryption(http_t * http,http_encryption_t e) httpEncryption() argument
519 httpReconnect(http_t * http) httpReconnect() argument
661 httpGetSubField(http_t * http,http_field_t field,const char * name,char * value) httpGetSubField() argument
784 httpSetField(http_t * http,http_field_t field,const char * value) httpSetField() argument
803 httpDelete(http_t * http,const char * uri) httpDelete() argument
815 httpGet(http_t * http,const char * uri) httpGet() argument
827 httpHead(http_t * http,const char * uri) httpHead() argument
839 httpOptions(http_t * http,const char * uri) httpOptions() argument
851 httpPost(http_t * http,const char * uri) httpPost() argument
865 httpPut(http_t * http,const char * uri) httpPut() argument
879 httpTrace(http_t * http,const char * uri) httpTrace() argument
891 httpFlush(http_t * http) httpFlush() argument
907 httpRead(http_t * http,char * buffer,int length) httpRead() argument
1109 httpSetCookie(http_t * http,const char * cookie) httpSetCookie() argument
1130 httpWait(http_t * http,int msec) httpWait() argument
1156 httpWrite(http_t * http,const char * buffer,int length) httpWrite() argument
1279 httpGets(char * line,int length,http_t * http) httpGets() argument
1429 httpPrintf(http_t * http,const char * format,...) httpPrintf() argument
1552 httpUpdate(http_t * http) httpUpdate() argument
1924 httpGetLength(http_t * http) httpGetLength() argument
1982 http_send(http_t * http,http_state_t request,const char * uri) http_send() argument
2094 http_wait(http_t * http,int msec) http_wait() argument
2194 http_upgrade(http_t * http) http_upgrade() argument
2284 http_setup_ssl(http_t * http) http_setup_ssl() argument
2412 http_shutdown_ssl(http_t * http) http_shutdown_ssl() argument
2455 http_read_ssl(http_t * http,char * buf,int len) http_read_ssl() argument
2489 http_write_ssl(http_t * http,const char * buf,int len) http_write_ssl() argument
[all...]
H A Dhttp.h345 # define httpBlocking(http,b) (http)->blocking = (b) argument
347 # define httpClearFields(http) memset((http)->fields, 0, sizeof((http)->fields)),\ argument
355 httpError(http) global() argument
361 httpGetField(http,field) global() argument
397 httpGetCookie(http) global() argument
[all...]
/titanic_51/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c924 http_t *http = arg; in nl7c_http_free() local
1190 http_t *http = kmem_cache_alloc(http_kmc, KM_SLEEP); in nl7c_http_request() local
1468 http_t *http = uri->scheme; nl7c_http_response() local
[all...]
/titanic_51/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c421 http_t *http; in setAuthString() local
[all...]
/titanic_51/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c198 http_t *http = NULL; /* HTTP connection to server */ in smbd_spool_copyfile() local