Searched refs:ldap_prefs (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dldap_config.c86 while(ldap_prefs[i].pref != NULL) {
87 if ((strcmp(ldap_prefs[i].name, pref)) == 0) {
91 if (0 == ldap_prefs[i].intfromarray) {
93 ldap_prefs[i].valid = 0;
94 if (0 == ldap_prefs[i].strorint)
96 *((char **)(ldap_prefs[i].pref)) = val;
99 *((int *)(ldap_prefs[i].pref)) = atoi(val);
107 ldap_prefs[i].valid = 0;
108 *((int *)(ldap_prefs[i].pref)) = prefs_array[j].value;
112 } /* if else 0 == ldap_prefs*/
[all...]
H A Dldap.c56 struct ldap_pref ldap_prefs[] = { variable in typeref:struct:ldap_pref
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dldap_config.c86 while(ldap_prefs[i].pref != NULL) {
87 if ((strcmp(ldap_prefs[i].name, pref)) == 0) {
91 if (0 == ldap_prefs[i].intfromarray) {
93 ldap_prefs[i].valid = 0;
94 if (0 == ldap_prefs[i].strorint)
96 *((char **)(ldap_prefs[i].pref)) = val;
99 *((int *)(ldap_prefs[i].pref)) = atoi(val);
107 ldap_prefs[i].valid = 0;
108 *((int *)(ldap_prefs[i].pref)) = prefs_array[j].value;
112 } /* if else 0 == ldap_prefs*/
[all...]
H A Dldap.c57 struct ldap_pref ldap_prefs[] = { variable in typeref:struct:ldap_pref
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dldapconfig.h30 char *pref; /* name of pref from ldap_prefs[] to which this value corresponds */
36 extern struct ldap_pref ldap_prefs[];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dldapconfig.h31 char *pref; /* name of pref from ldap_prefs[] to which this value corresponds */
37 extern struct ldap_pref ldap_prefs[];

Completed in 109 milliseconds