Searched defs:template_table (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/lib/certmap/
H A Dsss_certmap_ldap_mapping.c34 struct template_table { struct
46 struct template_table template_table[] = { variable in typeref:struct:template_table
72 for (n = 0; template_table[n].name != NULL; n++) {
73 if (strcmp(template_table[n].name, parsed->name) != 0) {
78 for (a = 0; template_table[n].attr_name[a] != NULL; a++) {
79 if (strcmp(template_table[n].attr_name[a],
90 for (c = 0; template_table[n].conversion[c] != NULL; c++) {
91 if (strcmp(template_table[n].conversion[c],

Completed in 403 milliseconds