Lines Matching refs:argc

1617 	int argc = ZEND_NUM_ARGS();  local
1622 if (zend_parse_parameters(argc, "|r", &pgsql_link) == FAILURE) {
1626 if (argc == 0) {
1833 int argc = ZEND_NUM_ARGS(); local
1842 if (argc == 1) {
1935 int argc = ZEND_NUM_ARGS(); local
1945 if (argc == 2) {
1946 if (zend_parse_parameters(argc, "sa", &query, &query_len, &pv_param_arr) == FAILURE) {
1952 …if (zend_parse_parameters(argc, "rsa", &pgsql_link, &query, &query_len, &pv_param_arr) == FAILURE)…
2053 int argc = ZEND_NUM_ARGS(); local
2061 if (argc == 2) {
2062 if (zend_parse_parameters(argc, "ss", &stmtname, &stmtname_len, &query, &query_len) == FAILURE) {
2068 …if (zend_parse_parameters(argc, "rss", &pgsql_link, &stmtname, &stmtname_len, &query, &query_len) …
2138 int argc = ZEND_NUM_ARGS(); local
2148 if (argc == 2) {
2149 if (zend_parse_parameters(argc, "sa/", &stmtname, &stmtname_len, &pv_param_arr)==FAILURE) {
2155 …if (zend_parse_parameters(argc, "rsa/", &pgsql_link, &stmtname, &stmtname_len, &pv_param_arr) == F…
2653 int field_offset, pgsql_row, argc = ZEND_NUM_ARGS(); local
2655 if (argc == 2) {
2656 if (zend_parse_parameters(argc, "rz", &result, &field) == FAILURE) {
2660 if (zend_parse_parameters(argc, "rlz", &result, &row, &field) == FAILURE) {
2670 if (argc == 2) {
3021 int field_offset, pgsql_row, argc = ZEND_NUM_ARGS(); local
3023 if (argc == 2) {
3024 if (zend_parse_parameters(argc, "rz", &result, &field) == FAILURE) {
3028 if (zend_parse_parameters(argc, "rlz", &result, &row, &field) == FAILURE) {
3038 if (argc == 2) {
3164 int argc = ZEND_NUM_ARGS(); local
3170 …if (zend_parse_parameters(argc, "p|sr", &z_filename, &z_filename_len, &mode, &mode_len, &pgsql_lin…
3174 if (argc < 3) {
3206 int argc = ZEND_NUM_ARGS(); local
3210 if (zend_parse_parameters(argc, "|r", &pgsql_link) == FAILURE) {
3214 if (argc == 0) {
3237 int argc = ZEND_NUM_ARGS(); local
3240 if (zend_parse_parameters(argc, "|zz", &pgsql_link, &oid) == FAILURE) {
3244 if ((argc == 1) && (Z_TYPE_P(pgsql_link) != IS_RESOURCE)) {
3318 int argc = ZEND_NUM_ARGS(); local
3321 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3331 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3340 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3351 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3391 int argc = ZEND_NUM_ARGS(); local
3395 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3405 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3414 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3425 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3536 int nbytes, argc = ZEND_NUM_ARGS(); local
3540 if (zend_parse_parameters(argc, "r|l", &pgsql_id, &len) == FAILURE) {
3548 if (argc > 1) {
3574 int argc = ZEND_NUM_ARGS(); local
3576 if (zend_parse_parameters(argc, "rs|l", &pgsql_id, &str, &str_len, &z_len) == FAILURE) {
3580 if (argc > 2) {
3641 int argc = ZEND_NUM_ARGS(); local
3646 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3650 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3656 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3732 int argc = ZEND_NUM_ARGS(); local
3736 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3745 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3755 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3765 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3776 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3786 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3823 int argc = ZEND_NUM_ARGS(); local
3825 if (zend_parse_parameters(argc, "rl|l", &pgsql_id, &offset, &whence) == FAILURE) {
3861 int argc = ZEND_NUM_ARGS(); local
3863 if (zend_parse_parameters(argc, "r", &pgsql_id) == FAILURE) {
3892 int argc = ZEND_NUM_ARGS(); local
3895 if (zend_parse_parameters(argc, "rl", &pgsql_id, &size) == FAILURE) {
3928 int argc = ZEND_NUM_ARGS(); local
3932 if (argc == 1) {
3933 if (zend_parse_parameters(argc, "l", &verbosity) == FAILURE) {
3939 if (zend_parse_parameters(argc, "rl", &pgsql_link, &verbosity) == FAILURE) {
3966 int argc = ZEND_NUM_ARGS(); local
3970 if (argc == 1) {
3971 if (zend_parse_parameters(argc, "s", &encoding, &encoding_len) == FAILURE) {
3977 if (zend_parse_parameters(argc, "rs", &pgsql_link, &encoding, &encoding_len) == FAILURE) {
3996 int argc = ZEND_NUM_ARGS(); local
4000 if (zend_parse_parameters(argc, "|r", &pgsql_link) == FAILURE) {
4004 if (argc == 0) {
4031 int argc = ZEND_NUM_ARGS(); local
4036 if (zend_parse_parameters(argc, "|r", &pgsql_link) == FAILURE) {
4040 if (argc == 0) {
4070 int result = 0, argc = ZEND_NUM_ARGS(); local
4072 if (argc == 1) {
4073 if (zend_parse_parameters(argc, "s", &query, &query_len) == FAILURE) {
4079 if (zend_parse_parameters(argc, "rs", &pgsql_link, &query, &query_len) == FAILURE) {
4115 int argc = ZEND_NUM_ARGS(); local
4117 if (zend_parse_parameters(argc, "rs|ss",
4248 int argc = ZEND_NUM_ARGS(); local
4250 if (zend_parse_parameters(argc, "rsa|ss",
6720 int argc = ZEND_NUM_ARGS(); local
6722 if (zend_parse_parameters(argc, "rsa|l",
6933 int argc = ZEND_NUM_ARGS(); local
6935 if (zend_parse_parameters(argc, "rsaa|l",
7025 int argc = ZEND_NUM_ARGS(); local
7027 if (zend_parse_parameters(argc, "rsa|l",
7166 int argc = ZEND_NUM_ARGS(); local
7168 if (zend_parse_parameters(argc, "rsa|l",