Home
last modified time | relevance | path

Searched defs:dst_buf_size (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c178 char* __strncat_chk(char* dest, const char* src, size_t len, size_t dst_buf_size) in __strncat_chk()
185 char* __strcat_chk(char* dest, const char* src, size_t dst_buf_size) in __strcat_chk()
/third_party/lz4/tests/
Dfuzzer.c1650 int const dst_buf_size = 6 KB; in FUZ_unitTests() local
/third_party/astc-encoder/Source/
Dtinyexr.h2999 dst_buf_size = out_buf_capacity - *pOut_len, new_out_buf_capacity; in tinfl_decompress_mem_to_heap() local
3054 dst_buf_size = TINFL_LZ_DICT_SIZE - dict_ofs; in tinfl_decompress_mem_to_callback() local
/third_party/mesa3d/src/imgui/
Dimgui.cpp1313 size_t dst_buf_size = p_dst_size ? *p_dst_size : strlen(dst) + 1; in ImStrdupcpy() local
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp1365 size_t dst_buf_size = p_dst_size ? *p_dst_size : strlen(dst) + 1; in ImStrdupcpy() local