Searched refs:out_record_ptrs_array (Results 1 – 1 of 1) sorted by relevance
1350 void** out_record_ptrs_array[], in hfslib_reada_node() argument1367 if (out_record_ptrs_array != NULL) in hfslib_reada_node()1368 *out_record_ptrs_array = NULL; in hfslib_reada_node()1373 || (out_record_ptrs_array == NULL && out_record_ptr_sizes_array != NULL) in hfslib_reada_node()1374 || (out_record_ptrs_array != NULL && out_record_ptr_sizes_array == NULL) ) in hfslib_reada_node()1465 if (out_record_ptrs_array == NULL) in hfslib_reada_node()1474 *out_record_ptrs_array = hfslib_malloc(numrecords * sizeof(void*), cbargs); in hfslib_reada_node()1475 if (*out_record_ptrs_array == NULL) in hfslib_reada_node()1497 (*out_record_ptrs_array)[i] = in hfslib_reada_node()1500 if ((*out_record_ptrs_array)[i] == NULL) in hfslib_reada_node()[all …]