Lines Matching defs:type

52 	for (nf = 0; m[nf].type != mmt_end; nf++);
64 switch (m[i].type) {
124 for (i = 0; m[i].type != mmt_end; i++) {
125 switch (m[i].type) {
276 n[c].type = val[c].type;
298 * NUL, we add a byte to the length if the type is
305 if (n[c].type == vt_string && amlen > 0 &&
410 val->type = vt_ber;
526 switch (item->type) {
640 if (item->type == mit_ldap) {
764 switch (f->type) {
800 val->type = vt_string;
810 switch (f->type) {
818 (f->type == mmt_berstring) ? f->match.berString : 0, NULL);
833 val->type = vt_string;
852 val->type = vt_string;
899 * XXX What should we do if (v1->type != v2->type) ?
929 if (v1->type == vt_string)
937 if (v2->type == vt_string)
955 if (v1->type == vt_string)
963 if (v2->type == vt_string)
981 if (v1->type == vt_string)
989 if (v2->type == vt_string)
1007 if (v1->type == vt_string)
1015 if (v2->type == vt_string)
1038 v->type = (v1->type == vt_string) ?
1039 ((v2->type == vt_string) ?
1057 moreFormat = (a[i].type != mmt_end);
1258 switch (i->type) {
1269 val->type = vt_string;
1291 val->type = vt_string;
1445 copyTripleOrObj(__nis_mapping_item_type_t type,
1456 if (type == mit_nis) {
1458 } else if (type == mit_ldap) {
1464 cloneTripleOrObj(__nis_mapping_item_type_t type, __nis_triple_or_obj_t *old) {
1470 copyTripleOrObj(type, old, new, &err);
1472 freeTripleOrObj(type, new, 1);
1481 freeTripleOrObj(__nis_mapping_item_type_t type, __nis_triple_or_obj_t *old,
1487 if (type == mit_nis)
1489 else if (type == mit_ldap)
1506 new->type = old->type;
1517 if (old->type == mit_nis || old->type == mit_ldap)
1518 copyTripleOrObj(old->type, &old->searchSpec, &new->searchSpec,
1555 freeTripleOrObj(item[i].type, &item[i].searchSpec, FALSE);
1601 if (v1->type != v2->type)
1613 v->type = v1->type;
1630 if (alen > 0 && v->type == vt_string &&
1658 val->type != vt_string) {
1738 * the f[curf].type data, if doing so makes any sense. On exit,
1773 switch (f[curf].type) {
2041 for (nf = 0, ftmp = f; ftmp->type != mmt_end; ftmp++) {
2088 inVal == 0 || inVal->numVals < 1 || inVal->type != vt_string)
2092 for (nf = numItems = 0, ftmp = f; ftmp->type != mmt_end; ftmp++) {
2099 if (ftmp->type == mmt_item)
2101 else if (ftmp->type == mmt_berstring && ftmp->match.berString &&
2122 v[0]->type = vt_string;
2144 v[n]->type = vt_string;
2223 val->numVals <= 0 || val->type != vt_string) {
2232 for (nf = numitem = 0, ftmp = f; ftmp->type != mmt_end;
2235 if (ftmp->type == mmt_item)
2312 if (val != 0 && val->type == vt_string) {
2348 switch (e->type) {
2382 * value 'rv'. The 'native' mapping type is used when 'rv' is NULL,
2384 * in that case, items of the 'native' type are printed without their
2385 * type designation ("ldap").
2395 switch (e->type) {