Lines Matching refs:argc

1605 	int argc = ZEND_NUM_ARGS();  local
1610 if (zend_parse_parameters(argc, "|r", &pgsql_link) == FAILURE) {
1614 if (argc == 0) {
1826 int argc = ZEND_NUM_ARGS(); local
1835 if (argc == 1) {
1928 int argc = ZEND_NUM_ARGS(); local
1938 if (argc == 2) {
1939 if (zend_parse_parameters(argc, "sa", &query, &query_len, &pv_param_arr) == FAILURE) {
1945 …if (zend_parse_parameters(argc, "rsa", &pgsql_link, &query, &query_len, &pv_param_arr) == FAILURE)…
2046 int argc = ZEND_NUM_ARGS(); local
2054 if (argc == 2) {
2055 if (zend_parse_parameters(argc, "ss", &stmtname, &stmtname_len, &query, &query_len) == FAILURE) {
2061 …if (zend_parse_parameters(argc, "rss", &pgsql_link, &stmtname, &stmtname_len, &query, &query_len) …
2131 int argc = ZEND_NUM_ARGS(); local
2141 if (argc == 2) {
2142 if (zend_parse_parameters(argc, "sa/", &stmtname, &stmtname_len, &pv_param_arr)==FAILURE) {
2148 …if (zend_parse_parameters(argc, "rsa/", &pgsql_link, &stmtname, &stmtname_len, &pv_param_arr) == F…
2617 int field_offset, pgsql_row, argc = ZEND_NUM_ARGS(); local
2619 if (argc == 2) {
2620 if (zend_parse_parameters(argc, "rz", &result, &field) == FAILURE) {
2624 if (zend_parse_parameters(argc, "rlz", &result, &row, &field) == FAILURE) {
2634 if (argc == 2) {
2980 int field_offset, pgsql_row, argc = ZEND_NUM_ARGS(); local
2982 if (argc == 2) {
2983 if (zend_parse_parameters(argc, "rz", &result, &field) == FAILURE) {
2987 if (zend_parse_parameters(argc, "rlz", &result, &row, &field) == FAILURE) {
2997 if (argc == 2) {
3123 int argc = ZEND_NUM_ARGS(); local
3129 …if (zend_parse_parameters(argc, "p|sr", &z_filename, &z_filename_len, &mode, &mode_len, &pgsql_lin…
3133 if (argc < 3) {
3165 int argc = ZEND_NUM_ARGS(); local
3169 if (zend_parse_parameters(argc, "|r", &pgsql_link) == FAILURE) {
3173 if (argc == 0) {
3196 int argc = ZEND_NUM_ARGS(); local
3199 if (zend_parse_parameters(argc, "|zz", &pgsql_link, &oid) == FAILURE) {
3203 if ((argc == 1) && (Z_TYPE_P(pgsql_link) != IS_RESOURCE)) {
3277 int argc = ZEND_NUM_ARGS(); local
3280 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3290 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3299 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3310 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3350 int argc = ZEND_NUM_ARGS(); local
3354 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3364 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3373 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3384 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3495 int nbytes, argc = ZEND_NUM_ARGS(); local
3499 if (zend_parse_parameters(argc, "r|l", &pgsql_id, &len) == FAILURE) {
3507 if (argc > 1) {
3533 int argc = ZEND_NUM_ARGS(); local
3535 if (zend_parse_parameters(argc, "rs|l", &pgsql_id, &str, &str_len, &z_len) == FAILURE) {
3539 if (argc > 2) {
3600 int argc = ZEND_NUM_ARGS(); local
3605 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3609 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3615 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3691 int argc = ZEND_NUM_ARGS(); local
3695 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3704 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3714 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3724 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3735 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3745 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3782 int argc = ZEND_NUM_ARGS(); local
3784 if (zend_parse_parameters(argc, "rl|l", &pgsql_id, &offset, &whence) == FAILURE) {
3820 int argc = ZEND_NUM_ARGS(); local
3822 if (zend_parse_parameters(argc, "r", &pgsql_id) == FAILURE) {
3851 int argc = ZEND_NUM_ARGS(); local
3854 if (zend_parse_parameters(argc, "rl", &pgsql_id, &size) == FAILURE) {
3887 int argc = ZEND_NUM_ARGS(); local
3891 if (argc == 1) {
3892 if (zend_parse_parameters(argc, "l", &verbosity) == FAILURE) {
3898 if (zend_parse_parameters(argc, "rl", &pgsql_link, &verbosity) == FAILURE) {
3925 int argc = ZEND_NUM_ARGS(); local
3929 if (argc == 1) {
3930 if (zend_parse_parameters(argc, "s", &encoding, &encoding_len) == FAILURE) {
3936 if (zend_parse_parameters(argc, "rs", &pgsql_link, &encoding, &encoding_len) == FAILURE) {
3955 int argc = ZEND_NUM_ARGS(); local
3959 if (zend_parse_parameters(argc, "|r", &pgsql_link) == FAILURE) {
3963 if (argc == 0) {
3990 int argc = ZEND_NUM_ARGS(); local
3995 if (zend_parse_parameters(argc, "|r", &pgsql_link) == FAILURE) {
3999 if (argc == 0) {
4029 int result = 0, argc = ZEND_NUM_ARGS(); local
4031 if (argc == 1) {
4032 if (zend_parse_parameters(argc, "s", &query, &query_len) == FAILURE) {
4038 if (zend_parse_parameters(argc, "rs", &pgsql_link, &query, &query_len) == FAILURE) {
4074 int argc = ZEND_NUM_ARGS(); local
4076 if (zend_parse_parameters(argc, "rs|ss",
4207 int argc = ZEND_NUM_ARGS(); local
4209 if (zend_parse_parameters(argc, "rsa|ss",
6678 int argc = ZEND_NUM_ARGS(); local
6680 if (zend_parse_parameters(argc, "rsa|l",
6891 int argc = ZEND_NUM_ARGS(); local
6893 if (zend_parse_parameters(argc, "rsaa|l",
6983 int argc = ZEND_NUM_ARGS(); local
6985 if (zend_parse_parameters(argc, "rsa|l",
7115 int argc = ZEND_NUM_ARGS(); local
7117 if (zend_parse_parameters(argc, "rsa|l",