Searched refs:bindPairs (Results 1 – 1 of 1) sorted by relevance
184 } *bindPairs; member2220 free(f->bindPairs); in free_Folder()2321 f->bindPairs = in read_Folder()2322 calloc((size_t)f->numBindPairs, sizeof(*f->bindPairs)); in read_Folder()2323 if (f->bindPairs == NULL) in read_Folder()2326 f->bindPairs = NULL; in read_Folder()2328 if (parse_7zip_uint64(a, &(f->bindPairs[i].inIndex)) < 0) in read_Folder()2330 if (UMAX_ENTRY < f->bindPairs[i].inIndex) in read_Folder()2332 if (parse_7zip_uint64(a, &(f->bindPairs[i].outIndex)) < 0) in read_Folder()2334 if (UMAX_ENTRY < f->bindPairs[i].outIndex) in read_Folder()[all …]