Home
last modified time | relevance | path

Searched refs:buf_len (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/ngunwind/src/mi/
A DGget_proc_name.c31 unw_word_t addr, char *buf, size_t buf_len, void *arg) in intern_string() argument
36 for (i = 0; i < buf_len; ++i) in intern_string()
44 buf[buf_len - 1] = '\0'; /* ensure string is NUL terminated */ in intern_string()
50 char *buf, size_t buf_len, unw_word_t *offp, void *arg) in get_proc_name() argument
69 ret = intern_string (as, a, di->u.pi.name_ptr, buf, buf_len, arg); in get_proc_name()
93 return (*a->get_proc_name) (as, ip, buf, buf_len, offp, arg); in get_proc_name()
99 unw_get_proc_name (unw_cursor_t *cursor, char *buf, size_t buf_len, in unw_get_proc_name() argument
109 error = get_proc_name (tdep_get_as (c), ip, buf, buf_len, offp, in unw_get_proc_name()
/third_party/ulib/ngunwind/src/
A Delfxx.c90 char *buf, size_t buf_len, Elf_W (Addr) *min_dist) in elf_w()
142 strncpy (buf, strtab + sym->st_name, buf_len); in elf_w()
143 buf[buf_len - 1] = '\0'; in elf_w()
144 ret = (strlen (strtab + sym->st_name) >= buf_len in elf_w()
308 char *buf, size_t buf_len, unw_word_t *offp) in elf_w()
315 ret = elf_w (lookup_symbol) (as, ip, ei, load_offset, buf, buf_len, &min_dist); in elf_w()
323 buf_len, &min_dist); in elf_w()
343 char *buf, size_t buf_len, unw_word_t *offp) in elf_w()
353 ret = elf_w (get_proc_name_in_image) (as, &ei, segbase, mapoff, ip, buf, buf_len, offp); in elf_w()
A Dfuchsia.c312 char *buf, size_t buf_len, unw_word_t *offp, void *arg) in remote_get_proc_name() argument
/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A Dcipher.c224 ctx->buf_len = 0; in EVP_CipherInit_ex()
259 if (ctx->buf_len == 0 && (in_len & ctx->block_mask) == 0) { in EVP_EncryptUpdate()
269 i = ctx->buf_len; in EVP_EncryptUpdate()
275 ctx->buf_len += in_len; in EVP_EncryptUpdate()
305 ctx->buf_len = i; in EVP_EncryptUpdate()
330 bl = ctx->buf_len; in EVP_EncryptFinal_ex()
395 if (b > 1 && !ctx->buf_len) { in EVP_DecryptUpdate()
427 if (ctx->buf_len) { in EVP_DecryptFinal_ex()
436 if (ctx->buf_len || !ctx->final_used) { in EVP_DecryptFinal_ex()
/third_party/ulib/ngunwind/src/aarch64/
A DGinit.c150 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
153 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/ulib/ngunwind/src/arm/
A DGinit.c198 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
201 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/ulib/ngunwind/include/ngunwind/private/
A Delfxx.h55 char *buf, size_t buf_len, unw_word_t *offp);
/third_party/ulib/ngunwind/src/x86_64/
A DGinit.c246 char *buf, size_t buf_len, unw_word_t *offp, in get_static_proc_name() argument
249 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); in get_static_proc_name()
/third_party/ulib/uboringssl/crypto/err/
A Derr.c722 static const unsigned buf_len = 256; in ERR_add_error_dataf() local
727 buf = OPENSSL_malloc(buf_len + 1); in ERR_add_error_dataf()
733 BIO_vsnprintf(buf, buf_len, format, ap); in ERR_add_error_dataf()
734 buf[buf_len] = 0; in ERR_add_error_dataf()
/third_party/ulib/uboringssl/include/openssl/
A Dcipher.h508 int buf_len; member

Completed in 18 milliseconds