Searched refs:my_list (Results 1 – 1 of 1) sorted by relevance
52 #define my_list _nc_globals.dbd_list macro173 FreeAndNull(my_list); in free_cache()234 && my_list != 0 in _nc_next_db()235 && my_list[*state] != 0) { in _nc_next_db()236 result = my_list[*state]; in _nc_next_db()330 my_list = typeCalloc(char *, blobsize); in _nc_first_db()332 if (my_list != 0 && my_stat != 0) { in _nc_first_db()334 my_list[k++] = my_blob; in _nc_first_db()338 my_list[k++] = &my_blob[j + 1]; in _nc_first_db()345 for (j = 0; my_list[j] != 0; ++j) { in _nc_first_db()[all …]