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

/PHP_TRUNK/ext/ldap/
H A Dldap.c2281 /* {{{ proto bool ldap_control_paged_result_response(resource link, resource result [, string &cookie [, int &estimated]])
2285 zval *link, *result, *cookie, *estimated; local
2295 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr|zz", &link, &result, &cookie, &estimated) != SUCCESS) {
2357 zval_dtor(estimated);
2358 ZVAL_LONG(estimated, lestimated);
2565 ZEND_ARG_INFO(1, estimated)

Completed in 5 milliseconds