reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
326 if (FN(LIST(EL),check_index)(list, index) < 0) 328 if (list->ref != 1) 329 return FN(FN(LIST(EL),get),BASE)(list, index); 330 el = list->p[index]; 331 list->p[index] = NULL;