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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest025-limits127 SIZELIMIT=4
129 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret -z $SIZELIMIT \
137 if test "$COUNT" -gt "$SIZELIMIT" ; then
138 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
142 echo "...didn't bump into the requested size limit ($SIZELIMIT; got $COUNT entries)"
151 if test "$COUNT" = "$SIZELIMIT" ; then
152 echo "...bumped into requested size limit ($SIZELIMIT)"
154 echo "...error: got $COUNT entries with a requested sizelimit of $SIZELIMIT"
171 SIZELIMIT=2
172 echo "Testing size limit request ($SIZELIMIT) fo
[all...]
H A Dsql-test000-read433 SIZELIMIT=4
436 -z $SIZELIMIT -S "" '(objectClass=*)' >$SEARCHFLT 2>&1
442 if test "$COUNT" -gt "$SIZELIMIT" ; then
443 echo "...error: got $COUNT entries instead of the requested $SIZELIMIT"
447 echo "...didn't bump into the requested size limit ($SIZELIMIT; got $COUNT entries)"
456 if test "$COUNT" = "$SIZELIMIT" ; then
457 echo "...bumped into requested size limit ($SIZELIMIT)"
459 echo "...error: got $COUNT entries with a requested sizelimit of $SIZELIMIT"
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dldapconf.vim52 \ SIZELIMIT

Completed in 175 milliseconds