Home
last modified time | relevance | path

Searched refs:p_argnames (Results 126 – 132 of 132) sorted by relevance

123456

/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/catalog/
H A Dnamespace.c1355 char **p_argnames; in MatchNamedCall() local
1375 &p_argtypes, &p_argnames, &p_argmodes); in MatchNamedCall()
1376 Assert(p_argnames != NULL); in MatchNamedCall()
1409 if (p_argnames[i] && strcmp(p_argnames[i], argname) == 0) in MatchNamedCall()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/catalog/
H A Dnamespace.c1355 char **p_argnames; in MatchNamedCall() local
1375 &p_argtypes, &p_argnames, &p_argmodes); in MatchNamedCall()
1376 Assert(p_argnames != NULL); in MatchNamedCall()
1409 if (p_argnames[i] && strcmp(p_argnames[i], argname) == 0) in MatchNamedCall()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/catalog/
H A Dnamespace.c1355 char **p_argnames; in MatchNamedCall() local
1375 &p_argtypes, &p_argnames, &p_argmodes); in MatchNamedCall()
1376 Assert(p_argnames != NULL); in MatchNamedCall()
1409 if (p_argnames[i] && strcmp(p_argnames[i], argname) == 0) in MatchNamedCall()
/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/
H A Dfixtures.py1144 p_argnames, _ = ParameterSet._parse_parametrize_args(
1147 parametrize_argnames.extend(p_argnames)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dfixtures.py1425 p_argnames, _ = ParameterSet._parse_parametrize_args(
1428 parametrize_argnames.extend(p_argnames)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dfixtures.py1425 p_argnames, _ = ParameterSet._parse_parametrize_args(
1428 parametrize_argnames.extend(p_argnames)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dfixtures.py1425 p_argnames, _ = ParameterSet._parse_parametrize_args(
1428 parametrize_argnames.extend(p_argnames)

123456