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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c882 int vresult; local
883 if ( LDAP_SUCCESS != ldap_parse_virtuallist_control(ld,ctrl_response_array,&vpos, &vcount,&vresult) ) {
892 if (0 == vresult) {
899 printf(gettext("Server reported sorting error %d: %s\n"),vresult,sortresult2string(vresult));

Completed in 59 milliseconds