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

  /src/crypto/external/apache2/openssl/dist/crypto/
packet.c 73 if (pkt->endfirst && *allocbytes != NULL)
83 if (pkt->endfirst && lenbytes > 0)
141 pkt->endfirst = 0;
155 pkt->endfirst = 1;
169 pkt->endfirst = 0;
184 pkt->endfirst = 0;
194 pkt->endfirst = 1;
293 } else if (pkt->endfirst && sub->parent != NULL
376 /* We don't support lenbytes greater than 0 when doing endfirst writing */
377 if (lenbytes > 0 && pkt->endfirst)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/
packet.c 70 if (pkt->endfirst && *allocbytes != NULL)
80 if (pkt->endfirst && lenbytes > 0)
140 pkt->endfirst = 0;
154 pkt->endfirst = 1;
168 pkt->endfirst = 0;
183 pkt->endfirst = 0;
193 pkt->endfirst = 1;
268 } else if (pkt->endfirst && sub->parent != NULL
350 /* We don't support lenbytes greater than 0 when doing endfirst writing */
351 if (lenbytes > 0 && pkt->endfirst)
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
packet.h 670 unsigned int endfirst : 1; member in struct:wpacket_st
  /src/crypto/external/bsd/openssl/dist/include/internal/
packet.h 677 unsigned int endfirst : 1; member in struct:wpacket_st

Completed in 23 milliseconds