Home
last modified time | relevance | path

Searched refs:doclose (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dpacket.c232 * necessary. If |doclose| is 0 then it goes through the motions of closing
235 static int wpacket_intern_close(WPACKET *pkt, WPACKET_SUB *sub, int doclose) in wpacket_intern_close() argument
246 if (!doclose) in wpacket_intern_close()
286 if (doclose) { in wpacket_intern_close()
/third_party/openssl/crypto/
H A Dpacket.c232 * necessary. If |doclose| is 0 then it goes through the motions of closing
235 static int wpacket_intern_close(WPACKET *pkt, WPACKET_SUB *sub, int doclose) in wpacket_intern_close() argument
246 if (!doclose) in wpacket_intern_close()
286 if (doclose) { in wpacket_intern_close()

Completed in 2 milliseconds