Lines Matching refs:out_record_ptrs_array
1350 void** out_record_ptrs_array[], in hfslib_reada_node() argument
1367 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()
1538 memcpy((*out_record_ptrs_array)[i], ptr, in hfslib_reada_node()
1546 hfslib_free_recs(out_record_ptrs_array, out_record_ptr_sizes_array, in hfslib_reada_node()