Lines Matching refs:myargcount
3327 int rc, lerrcode, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
3329 …if (zend_parse_parameters(myargcount, "OOz|zzzz", &link, ldap_link_ce, &result, ldap_result_ce, &e… in PHP_FUNCTION()
3340 myargcount > 3 ? &lmatcheddn : NULL, in PHP_FUNCTION()
3341 myargcount > 4 ? &lerrmsg : NULL, in PHP_FUNCTION()
3342 myargcount > 5 ? &lreferrals : NULL, in PHP_FUNCTION()
3343 myargcount > 6 ? &lserverctrls : NULL, in PHP_FUNCTION()
3353 switch (myargcount) { in PHP_FUNCTION()
3402 int rc, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
3404 …if (zend_parse_parameters(myargcount, "OO|zz", &link, ldap_link_ce, &result, ldap_result_ce, &retd… in PHP_FUNCTION()
3415 myargcount > 3 ? &lretoid: NULL, in PHP_FUNCTION()
3416 myargcount > 2 ? &lretdata: NULL, in PHP_FUNCTION()
3424 switch (myargcount) { in PHP_FUNCTION()
4027 int rc, myargcount = ZEND_NUM_ARGS(), msgid, err; in PHP_FUNCTION() local
4030 …if (zend_parse_parameters(myargcount, "O|sssz/", &link, ldap_link_ce, &luser.bv_val, &luser.bv_len… in PHP_FUNCTION()
4037 switch (myargcount) { in PHP_FUNCTION()
4077 …rc = ldap_parse_result(ld->link, ldap_res, &err, NULL, &errmsg, NULL, (myargcount > 4 ? &lserverct… in PHP_FUNCTION()
4084 if (myargcount > 4) { in PHP_FUNCTION()