Home
last modified time | relevance | path

Searched refs:tmp_tuple (Results 1 – 25 of 52) sorted by relevance

123

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/crypto/c_src/
H A Dengine.c739 const ERL_NIF_TERM *tmp_tuple; in get_engine_load_cmd_list() local
751 if (!enif_get_tuple(env, head, &arity, &tmp_tuple)) in get_engine_load_cmd_list()
755 if (!enif_inspect_binary(env, tmp_tuple[0], &tmpbin)) in get_engine_load_cmd_list()
766 if (!enif_inspect_binary(env, tmp_tuple[1], &tmpbin)) in get_engine_load_cmd_list()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/crypto/c_src/
H A Dengine.c764 const ERL_NIF_TERM *tmp_tuple; in get_engine_load_cmd_list() local
776 if (!enif_get_tuple(env, head, &arity, &tmp_tuple)) in get_engine_load_cmd_list()
780 if (!enif_inspect_binary(env, tmp_tuple[0], &tmpbin)) in get_engine_load_cmd_list()
791 if (!enif_inspect_binary(env, tmp_tuple[1], &tmpbin)) in get_engine_load_cmd_list()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dengine.c751 const ERL_NIF_TERM *tmp_tuple; in get_engine_load_cmd_list() local
763 if (!enif_get_tuple(env, head, &arity, &tmp_tuple)) in get_engine_load_cmd_list()
767 if (!enif_inspect_binary(env, tmp_tuple[0], &tmpbin)) in get_engine_load_cmd_list()
778 if (!enif_inspect_binary(env, tmp_tuple[1], &tmpbin)) in get_engine_load_cmd_list()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dengine.c751 const ERL_NIF_TERM *tmp_tuple; in get_engine_load_cmd_list() local
763 if (!enif_get_tuple(env, head, &arity, &tmp_tuple)) in get_engine_load_cmd_list()
767 if (!enif_inspect_binary(env, tmp_tuple[0], &tmpbin)) in get_engine_load_cmd_list()
778 if (!enif_inspect_binary(env, tmp_tuple[1], &tmpbin)) in get_engine_load_cmd_list()
/dports/lang/erlang/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dengine.c751 const ERL_NIF_TERM *tmp_tuple; in get_engine_load_cmd_list() local
763 if (!enif_get_tuple(env, head, &arity, &tmp_tuple)) in get_engine_load_cmd_list()
767 if (!enif_inspect_binary(env, tmp_tuple[0], &tmpbin)) in get_engine_load_cmd_list()
778 if (!enif_inspect_binary(env, tmp_tuple[1], &tmpbin)) in get_engine_load_cmd_list()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/crypto/c_src/
H A Dengine.c751 const ERL_NIF_TERM *tmp_tuple; in get_engine_load_cmd_list() local
763 if (!enif_get_tuple(env, head, &arity, &tmp_tuple)) in get_engine_load_cmd_list()
767 if (!enif_inspect_binary(env, tmp_tuple[0], &tmpbin)) in get_engine_load_cmd_list()
778 if (!enif_inspect_binary(env, tmp_tuple[1], &tmpbin)) in get_engine_load_cmd_list()
/dports/devel/py-mypy/mypy-0.910/mypyc/test-data/
H A Dirbuild-set.test62 tmp_tuple = (1, 3, 5)
63 b = set(f(x) for x in tmp_tuple)
136 r0, tmp_tuple :: tuple[int, int, int]
146 tmp_tuple = r0
148 r2 = box(tuple[int, int, int], tmp_tuple)
/dports/devel/py-intbitset/intbitset-2.4.1/tests/
H A Dtest_intbitset.py340 tmp_tuple = tuple([(elem, ) for elem in set1])
341 self.assertEqual(list(self.intbitset(set1)), list(self.intbitset(tmp_tuple)))
343 tmp_tuple = tuple([(elem, ) for elem in set1])
344 …self.assertEqual(self.intbitset(set1, trailing_bits=True), self.intbitset(tmp_tuple, trailing_bits…
/dports/devel/py-intbitset/intbitset-2.4.1/intbitset/
H A Dintbitset.pyx201 for tmp_tuple in rhs:
202 elem = tmp_tuple[0]
221 for tmp_tuple in rhs:
222 elem = tmp_tuple[0]
235 for tmp_tuple in rhs:
236 elem = tmp_tuple[0]
251 for tmp_tuple in rhs:
252 elem = tmp_tuple[0]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Duser.c984 tmp_tuple; in DropRole() local
1082 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1084 simple_heap_delete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1097 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1099 simple_heap_delete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Duser.c984 tmp_tuple; in DropRole() local
1082 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1084 simple_heap_delete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1097 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1099 simple_heap_delete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Duser.c984 tmp_tuple; in DropRole() local
1082 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1084 simple_heap_delete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1097 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1099 simple_heap_delete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Duser.c1003 tmp_tuple; in DropRole() local
1101 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1103 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1116 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1118 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Duser.c1003 tmp_tuple; in DropRole() local
1101 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1103 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1116 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1118 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Duser.c1003 tmp_tuple; in DropRole() local
1101 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1103 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1116 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1118 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Duser.c1003 tmp_tuple; in DropRole() local
1101 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1103 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1116 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1118 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Duser.c1003 tmp_tuple; in DropRole() local
1101 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1103 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1116 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1118 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Duser.c1003 tmp_tuple; in DropRole() local
1101 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1103 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1116 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1118 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Duser.c1003 tmp_tuple; in DropRole() local
1101 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1103 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1116 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1118 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Duser.c1003 tmp_tuple; in DropRole() local
1101 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1103 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1116 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1118 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Duser.c1003 tmp_tuple; in DropRole() local
1101 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1103 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1116 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1118 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Duser.c1003 tmp_tuple; in DropRole() local
1101 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1103 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1116 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1118 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Duser.c1003 tmp_tuple; in DropRole() local
1101 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1103 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1116 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1118 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Duser.c1003 tmp_tuple;
1101 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan)))
1103 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self);
1116 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan)))
1118 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self);
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Duser.c1003 tmp_tuple; in DropRole() local
1101 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1103 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()
1116 while (HeapTupleIsValid(tmp_tuple = systable_getnext(sscan))) in DropRole()
1118 CatalogTupleDelete(pg_auth_members_rel, &tmp_tuple->t_self); in DropRole()

123