Searched refs:t_len (Results 1 – 3 of 3) sorted by relevance
140 var l_len = logging_entries.length, t_len = traversal_entries.length;149 while (l_pos < l_len && t_pos < t_len) {
1176 size_t t_len = (t == NULL ? 0 : strlen(t)); in append_str() local1177 char *new_s = realloc(s, s_len + t_len + 1); in append_str()1182 memcpy(s + s_len, t, t_len); in append_str()1183 s[s_len + t_len] = '\0'; in append_str()
1325 int off, t_len, nevents; in handle_list_file() local1352 t_len = sizeof(*t) + t->pdu_len; in handle_list_file()1353 if (off + t_len > tbp->len) in handle_list_file()1356 off += t_len; in handle_list_file()