Lines Matching refs:ient
382 generate_special_contents_rules(int ient, struct cfent **ppcfent, in generate_special_contents_rules() argument
386 int *pi = (int *) calloc(ient, sizeof (int)); in generate_special_contents_rules()
396 for (i = 0, j = 0; i < ient && j < max; i++) { in generate_special_contents_rules()
412 for (i = i; i < ient; i++) in generate_special_contents_rules()
498 special_contents_remove(int ient, struct cfent **ppcfent, const char *pcroot) in special_contents_remove() argument
516 if (ient == 0 || ppcfent == NULL || ppcfent[0] == NULL) { in special_contents_remove()
584 if (generate_special_contents_rules(ient, ppcfent, ppcSC, max, &piIndex) in special_contents_remove()
617 if (pcpath != NULL && i < ient) { in special_contents_remove()
622 if (i < ient) in special_contents_remove()
625 if (k < 0 || i >= ient) { in special_contents_remove()
634 } else while (i < ient) { in special_contents_remove()