HomeSort by: relevance | last modified time | path
    Searched defs:PACKET_buf_init (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
packet.h 69 __owur static ossl_inline int PACKET_buf_init(PACKET *pkt,
113 return PACKET_buf_init(subpkt, pkt->curr, len);
  /src/crypto/external/bsd/openssl/dist/include/internal/
packet.h 69 __owur static ossl_inline int PACKET_buf_init(PACKET *pkt,
113 return PACKET_buf_init(subpkt, pkt->curr, len);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
packet_local.h 68 __owur static ossl_inline int PACKET_buf_init(PACKET *pkt,
112 return PACKET_buf_init(subpkt, pkt->curr, len);

Completed in 33 milliseconds