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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dsyntax.c29 struct sindexrec { struct
47 const struct sindexrec *sir1 = v_sir1, *sir2 = v_sir2;
57 return (strcmp( name, ((const struct sindexrec *)sir)->sir_name ));
63 struct sindexrec *sir = NULL;
135 struct sindexrec *sir;
140 sir = (struct sindexrec *)
141 SLAP_CALLOC( 1, sizeof(struct sindexrec) );

Completed in 44 milliseconds