HomeSort by: relevance | last modified time | path
    Searched refs:WPACKET_SUB (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/ssl/
packet.c 186 static int wpacket_intern_close(WPACKET *pkt, WPACKET_SUB *sub, int doclose)
227 WPACKET_SUB *sub;
274 WPACKET_SUB *sub;
324 WPACKET_SUB *sub;
331 /* Find the WPACKET_SUB for the top level */
417 WPACKET_SUB *sub, *parent;
packet_local.h 631 typedef struct wpacket_sub WPACKET_SUB;
632 struct wpacket_sub { struct
633 /* The parent WPACKET_SUB if we have one or NULL otherwise */
634 WPACKET_SUB *parent;
673 WPACKET_SUB *subs;
  /src/crypto/external/apache2/openssl/dist/crypto/
packet.c 250 static int wpacket_intern_close(WPACKET *pkt, WPACKET_SUB *sub, int doclose)
322 WPACKET_SUB *sub;
369 WPACKET_SUB *sub;
421 WPACKET_SUB *sub;
428 /* Find the WPACKET_SUB for the top level */
529 WPACKET_SUB *sub, *parent;
  /src/crypto/external/bsd/openssl/dist/crypto/
packet.c 235 static int wpacket_intern_close(WPACKET *pkt, WPACKET_SUB *sub, int doclose)
296 WPACKET_SUB *sub;
343 WPACKET_SUB *sub;
397 WPACKET_SUB *sub;
404 /* Find the WPACKET_SUB for the top level */
505 WPACKET_SUB *sub, *parent;
  /src/crypto/external/apache2/openssl/dist/include/internal/
packet.h 625 typedef struct wpacket_sub WPACKET_SUB;
626 struct wpacket_sub { struct
627 /* The parent WPACKET_SUB if we have one or NULL otherwise */
628 WPACKET_SUB *parent;
667 WPACKET_SUB *subs;
  /src/crypto/external/bsd/openssl/dist/include/internal/
packet.h 632 typedef struct wpacket_sub WPACKET_SUB;
633 struct wpacket_sub { struct
634 /* The parent WPACKET_SUB if we have one or NULL otherwise */
635 WPACKET_SUB *parent;
674 WPACKET_SUB *subs;

Completed in 52 milliseconds