Searched defs:dst_buf_size (Results 1 – 5 of 5) sorted by relevance
178 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()
1650 int const dst_buf_size = 6 KB; in FUZ_unitTests() local
2999 dst_buf_size = out_buf_capacity - *pOut_len, new_out_buf_capacity; in tinfl_decompress_mem_to_heap() local3054 dst_buf_size = TINFL_LZ_DICT_SIZE - dict_ofs; in tinfl_decompress_mem_to_callback() local
1313 size_t dst_buf_size = p_dst_size ? *p_dst_size : strlen(dst) + 1; in ImStrdupcpy() local
1365 size_t dst_buf_size = p_dst_size ? *p_dst_size : strlen(dst) + 1; in ImStrdupcpy() local