HomeSort by: relevance | last modified time | path
    Searched defs:swamp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/tests/progs/
slapd-read.c 82 static int swamp; variable
125 swamp++;
261 if ( swamp > 1 ) {
279 if ( swamp > 1 ) {
323 if ( swamp > 2 ) {
390 if (swamp) {
slapd-search.c 84 static int swamp; variable
141 swamp++;
310 if ( swamp > 1 ) {
331 if ( swamp > 1 ) {
376 if ( swamp > 2 ) {
440 if (swamp) {
slapd-tester.c 151 int swamp = 0; local
343 swamp++;
504 /* setup swamp option */
505 if ( swamp ) {
507 if ( swamp > 3 ) swamp = 3;
508 swampopt[swamp + 1] = '\0';
509 for ( ; swamp-- > 0; ) swampopt[swamp + 1] = 'S';
558 if ( swamp ) {
    [all...]

Completed in 56 milliseconds