Home
last modified time | relevance | path

Searched refs:handle_head (Results 1 – 6 of 6) sorted by relevance

/dports/security/tor/tor-0.4.6.8/src/lib/container/
H A Dhandles.h58 struct name ## _handle_head_t *handle_head
106 name ## _handle_head_t *head = object->handle_head; \
108 head = object->handle_head = tor_malloc_zero(sizeof(*head)); \
144 name ## _handle_head_t *head = object->handle_head; \
147 object->handle_head = NULL; \
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/container/
H A Dhandles.h58 struct name ## _handle_head_t *handle_head
106 name ## _handle_head_t *head = object->handle_head; \
108 head = object->handle_head = tor_malloc_zero(sizeof(*head)); \
144 name ## _handle_head_t *head = object->handle_head; \
147 object->handle_head = NULL; \
/dports/net-im/centerim/centerim-4.22.10/firetalk/
H A Dfiretalk.c1623 c = handle_head; in firetalk_create_handle()
1624 handle_head = calloc(1, sizeof(*handle_head)); in firetalk_create_handle()
1625 if (handle_head == NULL) in firetalk_create_handle()
1628 if (handle_head->buffer == NULL) in firetalk_create_handle()
1631 handle_head->next = c; in firetalk_create_handle()
1633 handle_head->protocol = protocol; in firetalk_create_handle()
1635 return(handle_head); in firetalk_create_handle()
2771 assert(fchandle == handle_head); in firetalk_select_custom()
2772 handle_head = fchandlenext; in firetalk_select_custom()
2774 assert(fchandle != handle_head); in firetalk_select_custom()
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/gun/src/
H A Dgun_http.erl103 {_, _} -> handle_head(Data2, State#http_state{buffer= <<>>})
201 handle_head(Data, State=#http_state{socket=Socket, version=ClientVersion, function
/dports/editors/yudit/yudit-3.0.7/doc/notinstalled/
H A Dttf2pfa.c545 static void handle_head () in handle_head() function
1139 handle_head(); in main()
/dports/print/ttf2pt1/ttf2pt1-3.4.4/
H A Dttf.c282 handle_head(void) in handle_head() function
892 handle_head(); in openfont()