Searched defs:chain (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_buf.c | 95 static int buf_chain_new(nghttp2_buf_chain **chain, size_t chunk_length, in buf_chain_new() 116 static void buf_chain_del(nghttp2_buf_chain *chain, nghttp2_mem *mem) in buf_chain_del() 140 nghttp2_buf_chain *chain; in nghttp2_bufs_init3() local 170 nghttp2_buf_chain *chain; in nghttp2_bufs_realloc() local 196 nghttp2_buf_chain *chain, *next_chain; in nghttp2_bufs_free() local 216 nghttp2_buf_chain *chain; in nghttp2_bufs_wrap_init() local 322 nghttp2_buf_chain *chain; in bufs_alloc_chain() local 459 nghttp2_buf_chain *chain; in nghttp2_bufs_remove() local 496 nghttp2_buf_chain *chain; in nghttp2_bufs_remove_copy() local 515 nghttp2_buf_chain *chain, *ci; in nghttp2_bufs_reset() local [all …]
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | x509_crl.c | 300 int mbedtls_x509_crl_parse_der( mbedtls_x509_crl *chain, in mbedtls_x509_crl_parse_der() 539 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse() 604 int mbedtls_x509_crl_parse_file( mbedtls_x509_crl *chain, const char *path ) in mbedtls_x509_crl_parse_file()
|
A D | x509_crt.c | 1096 int mbedtls_x509_crt_parse_der( mbedtls_x509_crt *chain, const unsigned char *buf, in mbedtls_x509_crt_parse_der() 1147 int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crt_parse() 1262 int mbedtls_x509_crt_parse_file( mbedtls_x509_crt *chain, const char *path ) in mbedtls_x509_crt_parse_file() 1279 int mbedtls_x509_crt_parse_path( mbedtls_x509_crt *chain, const char *path ) in mbedtls_x509_crt_parse_path()
|
A D | ctr_drbg.c | 160 unsigned char chain[MBEDTLS_CTR_DRBG_BLOCKSIZE]; in block_cipher_df() local
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | ssl_cache.h | 78 mbedtls_ssl_cache_entry *chain; /*!< start of the chain */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | backward_references_enc.c | 235 int32_t* chain = (int32_t*)p->offset_length_; in VP8LHashChainFill() local
|
/AliOS-Things-master/components/SDL2/src/render/direct3d/ |
A D | SDL_render_d3d.c | 1682 IDirect3DSwapChain9 *chain; in D3D_CreateRenderer() local
|
Completed in 16 milliseconds