Home
last modified time | relevance | path

Searched refs:pitem (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dpqueue.c14 pitem *items;
18 pitem *pitem_new(unsigned char *prio64be, void *data) in pitem_new()
20 pitem *item = OPENSSL_malloc(sizeof(*item)); in pitem_new()
33 void pitem_free(pitem *item) in pitem_free()
53 pitem *pqueue_insert(pqueue *pq, pitem *item) in pqueue_insert()
55 pitem *curr, *next; in pqueue_insert()
89 pitem *pqueue_peek(pqueue *pq) in pqueue_peek()
94 pitem *pqueue_pop(pqueue *pq) in pqueue_pop()
96 pitem *item = pq->items; in pqueue_pop()
104 pitem *pqueue_find(pqueue *pq, unsigned char *prio64be) in pqueue_find()
[all …]
H A Dssl_local.h1878 typedef struct pitem_st pitem; typedef
1883 pitem *next;
1888 pitem *pitem_new(unsigned char *prio64be, void *data);
1889 void pitem_free(pitem *item);
1892 pitem *pqueue_insert(pqueue *pq, pitem *item);
1893 pitem *pqueue_peek(pqueue *pq);
1894 pitem *pqueue_pop(pqueue *pq);
1895 pitem *pqueue_find(pqueue *pq, unsigned char *prio64be);
1896 pitem *pqueue_iterator(pqueue *pq);
1897 pitem *pqueue_next(piterator *iter);
H A Dd1_lib.c116 pitem *item = NULL; in dtls1_clear_received_buffer()
128 pitem *item = NULL; in dtls1_clear_sent_buffer()
H A Dssl_lib.c1582 pitem *item, *iter; in SSL_has_pending()
/freebsd/usr.bin/systat/
H A Dnetcmds.c190 static struct pitem { struct
198 struct pitem *p; in selectport() argument
213 ports = (struct pitem *)malloc(sizeof (*p)); in selectport()
215 ports = (struct pitem *)realloc(ports, (nports+1)*sizeof (*p)); in selectport()
225 struct pitem *p; in checkport()
237 struct pitem *p; in showports()
/freebsd/contrib/openpam/lib/libpam/
H A Dpam_get_authtok.c74 int pitem, r, style, twice; in pam_get_authtok() local
81 pitem = PAM_AUTHTOK_PROMPT; in pam_get_authtok()
99 pitem = PAM_OLDAUTHTOK_PROMPT; in pam_get_authtok()
122 r = pam_get_item(pamh, pitem, &promptp); in pam_get_authtok()
/freebsd/contrib/byacc/
H A Dreader.c89 static bucket **pitem; variable
2152 pitem = TMALLOC(bucket *, maxitems); in initialize_grammar()
2153 NO_SPACE(pitem); in initialize_grammar()
2155 pitem[0] = 0; in initialize_grammar()
2156 pitem[1] = 0; in initialize_grammar()
2157 pitem[2] = 0; in initialize_grammar()
2158 pitem[3] = 0; in initialize_grammar()
2189 pitem = TREALLOC(bucket *, pitem, maxitems); in expand_items()
2190 NO_SPACE(pitem); in expand_items()
2388 for (i = nitems - 1; pitem[i]; --i) in compile_arg()
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_radix.c283 void *pitem; in radix_tree_store() local
375 pitem = node->slots[idx]; in radix_tree_store()
377 *ppitem = pitem; in radix_tree_store()
379 if (pitem == NULL) in radix_tree_store()
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_d1.c63 pitem *item = NULL; in DTLS_RECORD_LAYER_clear()
127 static int dtls1_copy_record(SSL *s, pitem *item) in dtls1_copy_record()
149 pitem *item; in dtls1_buffer_record()
206 pitem *item; in dtls1_retrieve_buffered_record()
231 pitem *item; in dtls1_process_buffered_records()
392 pitem *item; in dtls1_read_bytes()
H A Drec_layer_s3.c131 pitem *item, *iter; in ssl3_pending()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_dtls.c489 pitem *item; in dtls1_retrieve_buffered_fragment()
504 pitem *next; in dtls1_retrieve_buffered_fragment()
599 pitem *item = NULL; in dtls1_reassemble_fragment()
709 pitem *item = NULL; in dtls1_process_out_of_seq_message()
1090 pitem *item; in dtls1_retransmit_buffered_messages()
1110 pitem *item; in dtls1_buffer_message()
1183 pitem *item; in dtls1_retransmit_message()
/freebsd/sys/netgraph/
H A Dng_base.c3057 ng_realloc_item(item_p pitem, int type, int flags) in ng_realloc_item() argument
3062 KASSERT((pitem != NULL), ("%s: can't reallocate NULL", __func__)); in ng_realloc_item()
3066 from = ((pitem->el_flags & NGQF_TYPE) == NGQF_DATA); in ng_realloc_item()
3071 ng_free_item(pitem); in ng_realloc_item()
3074 *item = *pitem; in ng_realloc_item()
3075 ng_free_item(pitem); in ng_realloc_item()
3077 item = pitem; in ng_realloc_item()
3754 ng_send_fn2(node_p node, hook_p hook, item_p pitem, ng_item_fn2 *fn, void *arg1, in ng_send_fn2() argument
3759 KASSERT((pitem != NULL || (flags & NG_REUSE_ITEM) == 0), in ng_send_fn2()
3766 if (pitem == NULL || (flags & NG_REUSE_ITEM) == 0) { in ng_send_fn2()
[all …]
H A Dnetgraph.h1163 int ng_send_fn2(node_p node, hook_p hook, item_p pitem, ng_item_fn2 *fn,
/freebsd/crypto/openssl/util/
H A Dindent.pro494 -T pitem