/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
comp.h | 11 typedef struct comp_ctx_st COMP_CTX; 17 int (*init)(COMP_CTX *ctx); 18 void (*finish)(COMP_CTX *ctx); 19 int (*compress)(COMP_CTX *ctx, 22 int (*expand)(COMP_CTX *ctx, 42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 43 void COMP_CTX_free(COMP_CTX *ctx); 44 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 46 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
comp_lib.c | 7 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) 9 COMP_CTX *ret; 11 if ((ret=(COMP_CTX *)OPENSSL_malloc(sizeof(COMP_CTX))) == NULL) 16 memset(ret,0,sizeof(COMP_CTX)); 26 void COMP_CTX_free(COMP_CTX *ctx) 37 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 55 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
c_rle.c | 7 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, 9 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out, 28 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, 44 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
|
c_zlib.c | 27 static int zlib_stateful_init(COMP_CTX *ctx); 28 static void zlib_stateful_finish(COMP_CTX *ctx); 29 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, 31 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out, 53 static int zlib_compress_block(COMP_CTX *ctx, unsigned char *out, 55 static int zlib_expand_block(COMP_CTX *ctx, unsigned char *out, 139 static int zlib_stateful_init(COMP_CTX *ctx) 180 static void zlib_stateful_finish(COMP_CTX *ctx) 191 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, 218 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
comp.h | 11 typedef struct comp_ctx_st COMP_CTX; 17 int (*init)(COMP_CTX *ctx); 18 void (*finish)(COMP_CTX *ctx); 19 int (*compress)(COMP_CTX *ctx, 22 int (*expand)(COMP_CTX *ctx, 42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 43 void COMP_CTX_free(COMP_CTX *ctx); 44 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 46 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
dtls1.h | 132 COMP_CTX *compress; /* compression */
|
ssl.h | [all...] |
/external/openssl/crypto/comp/ |
comp.h | 11 typedef struct comp_ctx_st COMP_CTX; 17 int (*init)(COMP_CTX *ctx); 18 void (*finish)(COMP_CTX *ctx); 19 int (*compress)(COMP_CTX *ctx, 22 int (*expand)(COMP_CTX *ctx, 42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 43 void COMP_CTX_free(COMP_CTX *ctx); 44 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 46 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
comp_lib.c | 7 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) 9 COMP_CTX *ret; 11 if ((ret=(COMP_CTX *)OPENSSL_malloc(sizeof(COMP_CTX))) == NULL) 16 memset(ret,0,sizeof(COMP_CTX)); 26 void COMP_CTX_free(COMP_CTX *ctx) 37 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 55 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
c_rle.c | 7 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, 9 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out, 28 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, 44 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
|
c_zlib.c | 27 static int zlib_stateful_init(COMP_CTX *ctx); 28 static void zlib_stateful_finish(COMP_CTX *ctx); 29 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, 31 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out, 53 static int zlib_compress_block(COMP_CTX *ctx, unsigned char *out, 55 static int zlib_expand_block(COMP_CTX *ctx, unsigned char *out, 139 static int zlib_stateful_init(COMP_CTX *ctx) 180 static void zlib_stateful_finish(COMP_CTX *ctx) 191 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, 218 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out [all...] |
/external/openssl/include/openssl/ |
comp.h | 11 typedef struct comp_ctx_st COMP_CTX; 17 int (*init)(COMP_CTX *ctx); 18 void (*finish)(COMP_CTX *ctx); 19 int (*compress)(COMP_CTX *ctx, 22 int (*expand)(COMP_CTX *ctx, 42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 43 void COMP_CTX_free(COMP_CTX *ctx); 44 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 46 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
dtls1.h | 132 COMP_CTX *compress; /* compression */
|
ssl.h | [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
dtls1.h | 132 COMP_CTX *compress; /* compression */
|
ssl.h | [all...] |
/external/openssl/ssl/ |
dtls1.h | 132 COMP_CTX *compress; /* compression */
|
ssl.h | [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 311 const int comp_ctx = vp9_get_pred_context_comp_inter_inter(cm, xd); local 315 is_comp = vp9_read(r, fc->comp_inter_prob[comp_ctx]); 316 counts->comp_inter[comp_ctx][is_comp]++;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | 449 COMP_CTX = comp_ctx_st [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | 449 COMP_CTX = comp_ctx_st [all...] |