Lines Matching defs:type

107  * If requested, convert attribute type in a RDN that has an attribute
108 * mapping to the original mappped type. Either way, the DN will be
123 * Non-NULL - The attribute type(s) in the RDN are mapped and
130 char **attrs, **mapped_attrs, *type, *value, *attr;
135 /* Break down "type = value\0" pairs. */
151 /* Parse type=value pair */
152 if ((type = strtok_r(attrs[i], "=", &value)) == NULL ||
157 __ns_ldap_getOrigAttribute(service, type)) != NULL &&
160 type = mapp[0];
163 /* "type=value\0" */
164 len = strlen(type) + strlen(value) + 2;
166 /* Reconstruct type=value pair. A string is allocated */
171 (void) snprintf(attr, len, "%s=%s", type, value);
176 * later. Restore "type\0value\0" back to
177 * "type=value\0".
179 type[strlen(type)] = '=';
185 /* Reconstruct RDN from type=value pairs */
223 * If requested, convert attribute type in a DN that has an attribute
224 * mapping to the original mappped type. Either way, the DN will be
478 * Attribute type with range option has the form:
479 * <attr type>;range=n1-n2, where n2 may be '*' (last)
506 * generate the "attribute type + option" for the next search:
507 * <attr type>;range=start-end
546 /* ignore this attribute type */
804 * attr should looks like: <attr type>;range=n1-n2
832 /* copy attribute type + range */
1440 __s_api_get_cachemgr_data(const char *type,
1473 type,
1490 __s_api_set_cachemgr_data(const char *type,
1523 type,
1561 /* now two strings, type and value */
1564 /* remove type's leading spaces */
1567 /* remove type's trailing spaces */
2367 ns_srvsidesort_t type;
2380 ns_srvsidesort_t type = SSS_UNKNOWN;
2383 return (type);
2389 type = sort_type[i].type;
2395 return (type);
2399 update_srvsidesort_type(char *service, ns_srvsidesort_t type)
2411 sort_type[i].type = type;
2440 sort_type[sort_type_hwm].type = type;
3390 * to the attribute type, then search the
3477 * side sort type tried.
3487 * to the attribute type, then search the
4022 * internal libsldap data, such as server type, to be requested/retured.
4904 * internal libsldap data, such as server type, to be requested/retured.
5908 default: /* assume it's a simple type=value filter */
6046 * [type][':dn'][':'oid]':='value
6048 * where one of type or :oid is required.