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

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbconfig.c1060 typedef struct ServerID { struct
1061 struct ServerID *si_next;
1064 } ServerID; typedef in typeref:struct:ServerID
1066 static ServerID *sid_list;
1067 static ServerID *sid_set;
1339 ServerID *si;
1596 ServerID *si, **sip;
2287 ServerID *si, **sip;
2320 si = ch_malloc( sizeof(ServerID) + len + 1 );
2332 si = ch_malloc( sizeof(ServerID) );
[all...]

Completed in 123 milliseconds