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

  /src/external/bsd/openldap/dist/tests/progs/
slapd-mtread.c 338 int i, j, thisconn; local
363 thisconn = (idx + j) % noconns;
364 if (thisconn < 0 || thisconn >= noconns)
365 thisconn = 0;
366 if (mlds[thisconn] == NULL) {
371 snprintf(thrstr, BUFSIZ, "Using conn %d", thisconn);
375 do_random2( mlds[thisconn], entry, filter, attrs,
378 do_random( mlds[thisconn], entry, filter, attrs,
382 do_read( mlds[thisconn], entry, attrs, noattrs
397 int i, j, thisconn; local
    [all...]

Completed in 24 milliseconds