Home | History | Annotate | Download | only in src

Lines Matching defs:NULL

60 		if (cell->key != NULL && ckh->keycomp(key, cell->key))
75 assert(ckh != NULL);
107 if (cell->key == NULL) {
148 assert(cell->key != NULL);
233 if (aTab[i].key != NULL) {
275 true, NULL, true, arena_ichoose(tsd, NULL));
276 if (tab == NULL) {
287 idalloctm(tsd_tsdn(tsd), tab, NULL, true, true);
292 idalloctm(tsd_tsdn(tsd), ckh->tab, NULL, true, true);
318 tab = (ckhc_t *)ipallocztm(tsd_tsdn(tsd), usize, CACHELINE, true, NULL,
319 true, arena_ichoose(tsd, NULL));
320 if (tab == NULL) {
334 idalloctm(tsd_tsdn(tsd), tab, NULL, true, true);
342 idalloctm(tsd_tsdn(tsd), ckh->tab, NULL, true, true);
359 assert(hash != NULL);
360 assert(keycomp != NULL);
396 NULL, true, arena_ichoose(tsd, NULL));
397 if (ckh->tab == NULL) {
411 assert(ckh != NULL);
425 idalloctm(tsd_tsdn(tsd), ckh->tab, NULL, true, true);
434 assert(ckh != NULL);
446 if (ckh->tab[i].key != NULL) {
447 if (key != NULL)
449 if (data != NULL)
464 assert(ckh != NULL);
465 assert(ckh_search(ckh, key, NULL, NULL));
489 assert(ckh != NULL);
493 if (key != NULL)
495 if (data != NULL)
497 ckh->tab[cell].key = NULL;
498 ckh->tab[cell].data = NULL; /* Not necessary. */
520 assert(ckh != NULL);
524 if (key != NULL)
526 if (data != NULL)
545 assert(k1 != NULL);
546 assert(k2 != NULL);