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

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslimpl.h594 void * compressContext; member in struct:__anon9711
H A Dssl3con.c1367 if (spec->destroyCompressContext && spec->compressContext) {
1368 spec->destroyCompressContext(spec->compressContext, 1);
1369 spec->compressContext = NULL;
1469 pwSpec->compressContext = NULL;
1595 pwSpec->compressContext = NULL;
1604 pwSpec->compressContext = PORT_Alloc(SSL3_DEFLATE_CONTEXT_SIZE);
1608 ssl3_DeflateInit(pwSpec->compressContext);
2698 cwSpec->compressContext,

Completed in 150 milliseconds