Searched refs:bindPairs (Results 1 – 1 of 1) sorted by relevance
161 } *bindPairs; member1976 free(f->bindPairs); in free_Folder()2077 f->bindPairs = in read_Folder()2078 calloc((size_t)f->numBindPairs, sizeof(*f->bindPairs)); in read_Folder()2079 if (f->bindPairs == NULL) in read_Folder()2082 f->bindPairs = NULL; in read_Folder()2084 if (parse_7zip_uint64(a, &(f->bindPairs[i].inIndex)) < 0) in read_Folder()2086 if (UMAX_ENTRY < f->bindPairs[i].inIndex) in read_Folder()2088 if (parse_7zip_uint64(a, &(f->bindPairs[i].outIndex)) < 0) in read_Folder()2090 if (UMAX_ENTRY < f->bindPairs[i].outIndex) in read_Folder()[all …]