Searched refs:pitem (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/pqueue/
H A Dpqueue.h76 } pitem; typedef in typeref:struct:_pitem
80 pitem *pitem_new(unsigned char *prio64be, void *data);
81 void pitem_free(pitem *item);
86 pitem *pqueue_insert(pqueue pq, pitem *item);
87 pitem *pqueue_peek(pqueue pq);
88 pitem *pqueue_pop(pqueue pq);
89 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
90 pitem *pqueue_iterator(pqueue pq);
91 pitem *pqueue_nex
[all...]
H A Dpqueue.c65 pitem *items;
69 pitem *pitem_new(unsigned char *prio64be, void *data)
71 pitem *item = (pitem *)OPENSSL_malloc(sizeof(pitem));
83 void pitem_free(pitem *item)
109 pitem *pqueue_insert(pqueue_s *pq, pitem *item)
111 pitem *curr, *next;
145 pitem *pqueue_pee
[all...]
H A Dpq_test.c64 pitem *item;
/freebsd-10-stable/contrib/openpam/lib/libpam/
H A Dpam_get_authtok.c76 int pitem, r, style, twice; local
85 pitem = PAM_AUTHTOK_PROMPT;
103 pitem = PAM_OLDAUTHTOK_PROMPT;
126 r = pam_get_item(pamh, pitem, &promptp);
/freebsd-10-stable/usr.bin/systat/
H A Dnetcmds.c194 static struct pitem { struct
202 struct pitem *p;
217 ports = (struct pitem *)malloc(sizeof (*p));
219 ports = (struct pitem *)realloc(ports, (nports+1)*sizeof (*p));
229 struct pitem *p;
241 struct pitem *p;
/freebsd-10-stable/crypto/openssl/ssl/
H A Dd1_lib.c146 pitem *item = NULL;
182 pitem *item = NULL;
194 pitem *item = NULL;
H A Dd1_pkt.c200 static int dtls1_copy_record(SSL *s, pitem *item)
224 pitem *item;
288 pitem *item;
321 pitem *item;
403 pitem *item;
886 pitem *item;
H A Dd1_both.c615 pitem *item;
689 pitem *item = NULL;
796 pitem *item = NULL;
1250 pitem *item;
1273 pitem *item;
1344 pitem *item;
/freebsd-10-stable/sys/netgraph/
H A Dng_base.c3047 ng_realloc_item(item_p pitem, int type, int flags) argument
3052 KASSERT((pitem != NULL), ("%s: can't reallocate NULL", __func__));
3056 from = ((pitem->el_flags & NGQF_TYPE) == NGQF_DATA);
3061 ng_free_item(pitem);
3064 *item = *pitem;
3065 ng_free_item(pitem);
3067 item = pitem;
3722 * If an optional pitem parameter is supplied, its apply
3724 * flag is set, no new item will be allocated, but pitem will
3728 ng_send_fn2(node_p node, hook_p hook, item_p pitem, ng_item_fn argument
[all...]
H A Dnetgraph.h1159 int ng_send_fn2(node_p node, hook_p hook, item_p pitem, ng_item_fn2 *fn,
/freebsd-10-stable/contrib/byacc/
H A Dreader.c47 static bucket **pitem; variable
1585 pitem = TMALLOC(bucket *, maxitems);
1586 NO_SPACE(pitem);
1588 pitem[0] = 0;
1589 pitem[1] = 0;
1590 pitem[2] = 0;
1591 pitem[3] = 0;
1622 pitem = TREALLOC(bucket *, pitem, maxitems);
1623 NO_SPACE(pitem);
[all...]

Completed in 193 milliseconds