HomeSort by relevance Sort by last modified time
    Searched refs:hash_next (Results 1 - 4 of 4) sorted by null

  /external/clearsilver/
ClearSilver.h 29 #define hash_next ne_hash_next macro
  /external/dnsmasq/src/
cache.c 130 tmp = p->hash_next;
166 up = &((*up)->hash_next);
170 up = &((*up)->hash_next);
172 crecp->hash_next = *up;
276 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next)
279 *up = crecp->hash_next;
292 *up = crecp->hash_next;
297 up = &crecp->hash_next;
310 crecp = crecp->hash_next)
313 *up = crecp->hash_next;
    [all...]
dnsmasq.h 261 struct crec *next, *prev, *hash_next; member in struct:crec
  /external/blktrace/
blkparse.c 78 struct process_pid_map *hash_next, *list_next; member in struct:process_pid_map
89 struct per_process_info *hash_next, *list_next; member in struct:per_process_info
549 ppm = ppm->hash_next;
566 ppm->hash_next = ppm_hash_table[hash_idx];
657 ppi->hash_next = ppi_hash_table[hash_idx];
680 ppi = ppi->hash_next;
698 ppi = ppi->hash_next;
    [all...]

Completed in 58 milliseconds