Home
last modified time | relevance | path

Searched refs:no_parse_error (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c275 if (p_error != no_parse_error) in add_mapping_attribute()
342 if (p_error == no_parse_error) { in add_mapping_attribute()
995 if (p_error != no_parse_error) in parse_object_dn()
1218 if (p_error == no_parse_error) in get_lhs()
1312 if (p_error != no_parse_error) in get_lhs_match()
1336 if (p_error == no_parse_error) in get_lhs_match()
1559 if (p_error == no_parse_error) in get_rhs()
1635 if (p_error != no_parse_error) in get_print_mapping_element()
1685 if (p_error == no_parse_error) in get_print_mapping_element()
1834 if (p_error == no_parse_error) in get_mapping_item()
[all …]
H A Dnis_parse_ldap_util.c799 if (p_error != no_parse_error) { in finish_parse()
865 if (p_error != no_parse_error) in finish_parse()
912 if (p_error != no_parse_error) { in finish_parse()
1388 return (p_error == no_parse_error); in dup_mapping_item()
1448 if (p_error != no_parse_error) in dup_format_mapping()
1452 if (p_error != no_parse_error) { in dup_format_mapping()
2120 if (p_error != no_parse_error) { in get_next_extract_format_item()
2167 if (p_error == no_parse_error) in get_next_extract_format_item()
2268 if (p_error == no_parse_error) in get_next_print_format_item()
2329 if (p_error == no_parse_error) in get_ldap_filter()
[all …]
H A Dnis_parse_ldap_conf.c53 parse_error p_error = no_parse_error;
137 p_error = no_parse_error; in parse_ldap_migration()
392 if (p_error != no_parse_error) { in parse_ldap_default_conf()
482 if (p_error != no_parse_error) { in yp_parse_ldap_default_conf()
888 p_error = no_parse_error; in connect_to_ldap_config_server()
987 if (p_error != no_parse_error) { in process_ldap_config_result()
1001 if (p_error != no_parse_error) in process_ldap_config_result()
1012 if (!error_reported && p_error != no_parse_error) { in process_ldap_config_result()
1016 if (p_error != no_parse_error) in process_ldap_config_result()
1188 if (p_error != no_parse_error) { in parse_ldap_config_dn_attrs()
H A Dnis_parse_ldap_attr.c269 return (p_error == no_parse_error ? 0 : -1); in add_config_attribute()
501 return (p_error == no_parse_error ? 0 : -1); in add_bind_attribute()
903 return (p_error == no_parse_error ? 0 : -1); in add_operation_attribute()
H A Dnis_parse_ldap_conf.h277 no_parse_error, enumerator
H A Dnis_parse_ldap_yp_util.c293 return (p_error == no_parse_error ? 0 : 1); in merge_table_mapping()