Searched defs:allocbytes (Results 1 – 2 of 2) sorted by relevance
| /third_party/openssl/crypto/ |
| D | packet.c | 16 int WPACKET_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_allocate_bytes() 27 unsigned char **allocbytes, size_t lenbytes) in WPACKET_sub_allocate_bytes__() 43 int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_reserve_bytes() 78 unsigned char **allocbytes, size_t lenbytes) in WPACKET_sub_reserve_bytes__()
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| D | packet.c | 16 int WPACKET_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_allocate_bytes() 27 unsigned char **allocbytes, size_t lenbytes) in WPACKET_sub_allocate_bytes__() 43 int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_reserve_bytes() 78 unsigned char **allocbytes, size_t lenbytes) in WPACKET_sub_reserve_bytes__()
|