HomeSort by: relevance | last modified time | path
    Searched defs:new_head (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/cdb/
cdbw.c 248 struct key_hash_head *head, *head2, *new_head; local in function:cdbw_put_key
294 new_head = calloc(sizeof(*new_head), new_hash_size);
295 if (new_head == NULL)
300 SLIST_INIT(new_head + i);
307 head2 = new_head +
314 cdbw->hash = new_head;
cdbw.c 248 struct key_hash_head *head, *head2, *new_head; local in function:cdbw_put_key
294 new_head = calloc(sizeof(*new_head), new_hash_size);
295 if (new_head == NULL)
300 SLIST_INIT(new_head + i);
307 head2 = new_head +
314 cdbw->hash = new_head;

Completed in 22 milliseconds