HomeSort by relevance Sort by last modified time
    Searched refs:pitem_new (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/pqueue/
pq_test.c 70 item = pitem_new(3, NULL);
73 item = pitem_new(1, NULL);
76 item = pitem_new(2, NULL);
pqueue.h 78 pitem *pitem_new(unsigned char *prio64be, void *data);
pqueue.c 71 pitem_new(unsigned char *prio64be, void *data) function
  /external/openssl/include/openssl/
pqueue.h 78 pitem *pitem_new(unsigned char *prio64be, void *data);
  /external/openssl/ssl/
d1_both.c 667 item = pitem_new(seq64be, frag);
755 item = pitem_new(seq64be, frag);
    [all...]
d1_pkt.c 217 item = pitem_new(priority, rdata);
    [all...]

Completed in 9746 milliseconds