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

  /src/crypto/external/apache2/openssl/dist/include/internal/
packet.h 631 * Offset into the buffer where the length of this WPACKET goes. We use an
646 typedef struct wpacket_st WPACKET;
663 /* Maximum number of bytes we will allow to be written to this WPACKET */
678 /* Error on WPACKET_close() if no data written to the WPACKET */
682 * Abandon all changes on WPACKET_close() if no data written to the WPACKET,
691 * Initialise a WPACKET with the buffer in |buf|. The buffer must exist
692 * for the whole time that the WPACKET is being used. Additionally |lenbytes| of
694 * WPACKET once we know it.
696 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes);
699 * Same as WPACKET_init_len except there is no preallocation of the WPACKET
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/internal/
packet.h 638 * Offset into the buffer where the length of this WPACKET goes. We use an
653 typedef struct wpacket_st WPACKET;
670 /* Maximum number of bytes we will allow to be written to this WPACKET */
685 /* Error on WPACKET_close() if no data written to the WPACKET */
689 * Abandon all changes on WPACKET_close() if no data written to the WPACKET,
696 * Initialise a WPACKET with the buffer in |buf|. The buffer must exist
697 * for the whole time that the WPACKET is being used. Additionally |lenbytes| of
699 * WPACKET once we know it.
701 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes);
704 * Same as WPACKET_init_len except there is no preallocation of the WPACKET
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/
packet_local.h 637 * Offset into the buffer where the length of this WPACKET goes. We use an
652 typedef struct wpacket_st WPACKET;
669 /* Maximum number of bytes we will allow to be written to this WPACKET */
681 /* Error on WPACKET_close() if no data written to the WPACKET */
685 * Abandon all changes on WPACKET_close() if no data written to the WPACKET,
692 * Initialise a WPACKET with the buffer in |buf|. The buffer must exist
693 * for the whole time that the WPACKET is being used. Additionally |lenbytes| of
695 * WPACKET once we know it.
697 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes);
700 * Same as WPACKET_init_len except there is no preallocation of the WPACKET
    [all...]

Completed in 26 milliseconds