Lines Matching defs:NULL

137 		RuleMatcher(team_id team, const char *name = NULL);
231 while ((state = (rule_state *)list_remove_head_item(&states)) != NULL) {
234 while ((state = (rule_state *)list_remove_head_item(&applied)) != NULL) {
266 * It will only return NULL in out of memory conditions.
273 if (rules == NULL) {
276 if (rules == NULL)
277 return NULL;
280 rules->first = NULL;
291 if (rule == NULL) {
295 if (rule == NULL)
296 return NULL;
316 parse_ref(const char *string, mount_id &device, vnode_id &node, char **_end = NULL)
321 if (end == NULL || device == 0 || end[0] != ':')
325 if (end == NULL || end[0] != ':')
346 return NULL;
384 if (buffer == NULL) {
409 if (fileName != NULL) {
412 if (name != NULL) {
424 if (rule != NULL)
467 while ((head = (struct head *)list_remove_head_item(&fHeads)) != NULL) {
472 while ((body = (struct body *)list_remove_head_item(&fBodies)) != NULL) {
499 struct head *head = NULL;
500 while ((head = (struct head *)list_get_next_item(&fHeads, head)) != NULL) {
528 struct head *head = NULL;
529 while ((head = (struct head *)list_get_next_item(&fHeads, head)) != NULL) {
534 return NULL;
544 struct head *head = NULL;
545 while ((head = (struct head *)list_get_next_item(&fHeads, head)) != NULL) {
561 fRules(NULL)
565 if (name == NULL)
569 if (fRules != NULL)
573 if (fRules == NULL)
600 if (rules == NULL) {
607 for (Rule *rule = rules->first; rule != NULL; rule = rule->Next()) {
609 if (state == NULL)
630 if (fRules == NULL)
635 rule_state *state = NULL;
636 while ((state = (rule_state *)list_get_next_item(&fRules->states, state)) != NULL) {
647 while ((state = (rule_state *)list_get_next_item(&fRules->applied, state)) != NULL) {
649 if (head != NULL) {
664 if (fRules == NULL)
669 rule_state *state = NULL;
670 while ((state = (rule_state *)list_get_next_item(&fRules->states, state)) != NULL) {
696 if (name == NULL
723 while (teamRules != NULL) {
730 while (rules != NULL) {
757 if (sTeamHash == NULL || sTeamHash->Init(64) != B_OK)
763 if (sRulesHash == NULL || sRulesHash->Init(64) != B_OK) {
799 NULL,
806 NULL