Home
last modified time | relevance | path

Searched refs:yar_transport_interface_t (Results 1 – 4 of 4) sorted by relevance

/dports/www/pecl-yar/yar-2.2.0/transports/
H A Dsocket.c56 int php_yar_socket_open(yar_transport_interface_t *self, zend_string *address, long options, char *… in php_yar_socket_open()
97 void php_yar_socket_close(yar_transport_interface_t* self) /* {{{ */ { in php_yar_socket_close()
115 yar_response_t * php_yar_socket_exec(yar_transport_interface_t* self, yar_request_t *request) /* {{… in php_yar_socket_exec()
224 int php_yar_socket_send(yar_transport_interface_t* self, yar_request_t *request, char **msg) /* {{{… in php_yar_socket_send()
326 int php_yar_socket_setopt(yar_transport_interface_t* self, long type, void *value, void *addtional)… in php_yar_socket_setopt()
330 yar_transport_interface_t * php_yar_socket_init() /* {{{ */ { in php_yar_socket_init()
332 yar_transport_interface_t *self; in php_yar_socket_init()
334 self = emalloc(sizeof(yar_transport_interface_t)); in php_yar_socket_init()
347 void php_yar_socket_destroy(yar_transport_interface_t *self) /* {{{ */ { in php_yar_socket_destroy()
H A Dcurl.c65 yar_transport_interface_t *next;
73 yar_transport_interface_t *chs;
387 void php_yar_curl_close(yar_transport_interface_t* self) /* {{{ */ { in php_yar_curl_close()
423 static void php_yar_curl_prepare(yar_transport_interface_t* self) /* {{{ */ { in php_yar_curl_prepare()
535 int php_yar_curl_set_calldata(yar_transport_interface_t* self, yar_call_data_t *entry) /* {{{ */ { in php_yar_curl_set_calldata()
566 yar_transport_interface_t *php_yar_curl_init() /* {{{ */ { in php_yar_curl_init()
569 yar_transport_interface_t *self; in php_yar_curl_init()
571 self = ecalloc(1, sizeof(yar_transport_interface_t)); in php_yar_curl_init()
593 void php_yar_curl_destroy(yar_transport_interface_t *self) /* {{{ */ { in php_yar_curl_destroy()
622 yar_transport_interface_t *handle = multi->chs, *q = NULL; in php_yar_curl_multi_parse_response()
[all …]
/dports/www/pecl-yar/yar-2.2.0/
H A Dyar_transport.h57 } yar_transport_interface_t; typedef
61 int (*add)(struct _yar_transport_multi_interface *self, yar_transport_interface_t *cp);
73 void (*destroy)(yar_transport_interface_t *self);
H A Dyar_client.c257 yar_transport_interface_t *transport; in php_yar_client_handle()
449 yar_transport_interface_t *transport; in php_yar_concurrent_client_handle()