Lines Matching refs:NULL

84  *		NULL on failure.
94 if (NULL == map) {
96 return (NULL);
100 map->entries = NULL;
102 map->map_name = NULL;
103 map->domain = NULL;
104 map->map_path = NULL;
105 map->ttl = NULL;
106 map->ttl_path = NULL;
107 map->trad_map_path = NULL;
108 map->key_data.dptr = NULL;
120 return (NULL);
149 if (NULL == map->map_path) {
157 if (NULL == p) {
182 if (NULL == map->map_name) {
199 if (NULL == map->domain) {
216 if (NULL == map->trad_map_path) {
231 if (NULL == map->ttl_path) {
249 map->entries = NULL;
250 map->ttl = NULL;
253 map->key_data.dptr = NULL;
268 * NULL on failure.
278 return (NULL);
293 * NULL on failure.
307 if (NULL == new_map)
308 return (NULL);
311 if (NULL != old_map->entries) {
316 return (NULL);
338 if (NULL != map->entries) {
340 map->entries = NULL;
343 if (NULL != map->map_name) {
345 map->map_name = NULL;
348 if (NULL != map->map_path) {
350 map->map_path = NULL;
353 if (NULL != map->domain) {
355 map->domain = NULL;
359 if (NULL != map->ttl) {
361 map->ttl = NULL;
364 if (NULL != map->trad_map_path) {
366 map->trad_map_path = NULL;
369 if (NULL != map->ttl_path) {
371 map->ttl_path = NULL;
374 if (NULL != map->key_data.dptr) {
376 map->key_data.dptr = NULL;
399 * NULL on failure.
406 if (NULL == map)
407 return (NULL);
432 if (NULL != map->key_data.dptr) {
434 map->key_data.dptr = NULL;
439 if (NULL == data->dptr)
444 if (NULL == map->key_data.dptr) {
477 if (NULL == map->entries) {
485 if (NULL == map->ttl) {
489 map->entries = NULL;
524 if (new_elt == NULL) {
528 if (new_elt->map_name == NULL) { /* strdup() failed */
534 if (map_id_list[index] == NULL) {
535 new_elt->next = NULL;
567 if (map_id_list[i] == NULL) {
580 } while (cur_elt != NULL);
603 if (map_id_list[i] != NULL) {
611 } while (cur_elt != NULL);
612 map_id_list[i] = NULL;
631 char **domain_list, **map_list = NULL;
642 map_id_list[i] = NULL;
649 map_list = NULL;
654 if (map_list == NULL) {
672 if (map_list == NULL || map_list[0] == NULL) {
679 for (j = 0; map_list[j] != NULL; j++) {