Home
last modified time | relevance | path

Searched refs:t_cid (Results 1 – 25 of 86) sorted by relevance

1234

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-sql.r/countall.sql.d/
H A Dinput.sql15 t_cid integer; variable
28 t_cid := DBMS_SQL.OPEN_CURSOR;
29 DBMS_SQL.PARSE(t_cid,t_command,dbms_sql.native);
30 DBMS_SQL.DEFINE_COLUMN(t_cid,1,t_total_records);
31 stat := DBMS_SQL.EXECUTE(t_cid);
32 row_count := DBMS_SQL.FETCH_ROWS(t_cid);
33 DBMS_SQL.COLUMN_VALUE(t_cid,1,t_total_records);
39 DBMS_SQL.CLOSE_CURSOR(t_cid);
H A Dexpected.tags3 t_cid input.sql /^ t_cid integer;$/;" v
/dports/devel/geany-legacy/geany-1.37.1/tests/ctags/
H A Dcountall.sql15 t_cid integer; variable
28 t_cid := DBMS_SQL.OPEN_CURSOR;
29 DBMS_SQL.PARSE(t_cid,t_command,dbms_sql.native);
30 DBMS_SQL.DEFINE_COLUMN(t_cid,1,t_total_records);
31 stat := DBMS_SQL.EXECUTE(t_cid);
32 row_count := DBMS_SQL.FETCH_ROWS(t_cid);
33 DBMS_SQL.COLUMN_VALUE(t_cid,1,t_total_records);
39 DBMS_SQL.CLOSE_CURSOR(t_cid);
/dports/devel/geany/geany-1.38/tests/ctags/
H A Dcountall.sql15 t_cid integer; variable
28 t_cid := DBMS_SQL.OPEN_CURSOR;
29 DBMS_SQL.PARSE(t_cid,t_command,dbms_sql.native);
30 DBMS_SQL.DEFINE_COLUMN(t_cid,1,t_total_records);
31 stat := DBMS_SQL.EXECUTE(t_cid);
32 row_count := DBMS_SQL.FETCH_ROWS(t_cid);
33 DBMS_SQL.COLUMN_VALUE(t_cid,1,t_total_records);
39 DBMS_SQL.CLOSE_CURSOR(t_cid);
/dports/databases/libmongo-client/libmongo-client-libmongo-client-0.1.6.3/src/
H A Dmongo-wire.c394 gint64 t_cid; in mongo_wire_cmd_get_more() local
408 t_cid = GINT64_TO_LE (cursor_id); in mongo_wire_cmd_get_more()
418 (void *)&t_cid, sizeof (gint64)); in mongo_wire_cmd_get_more()
471 gint64 t_cid; in mongo_wire_cmd_kill_cursors_va() local
487 t_cid = va_arg (ap, gint64); in mongo_wire_cmd_kill_cursors_va()
488 t_cid = GINT64_TO_LE (t_cid); in mongo_wire_cmd_kill_cursors_va()
490 memcpy (p->data + pos, (void *)&t_cid, sizeof (gint64)); in mongo_wire_cmd_kill_cursors_va()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/access/
H A Dhtup_details.h123 CommandId t_cid; /* inserting or deleting command ID, or both */ member
387 (tup)->t_choice.t_heap.t_field3.t_cid \
394 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
402 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/access/
H A Dhtup_details.h123 CommandId t_cid; /* inserting or deleting command ID, or both */ member
387 (tup)->t_choice.t_heap.t_field3.t_cid \
394 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
402 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/access/
H A Dhtup_details.h123 CommandId t_cid; /* inserting or deleting command ID, or both */ member
387 (tup)->t_choice.t_heap.t_field3.t_cid \
394 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
402 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/access/
H A Dhtup_details.h123 CommandId t_cid; /* inserting or deleting command ID, or both */ member
387 (tup)->t_choice.t_heap.t_field3.t_cid \
394 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
402 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/access/
H A Dhtup_details.h123 CommandId t_cid; /* inserting or deleting command ID, or both */ member
387 (tup)->t_choice.t_heap.t_field3.t_cid \
394 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
402 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql10-server/postgresql-10.19/src/include/access/
H A Dhtup_details.h123 CommandId t_cid; /* inserting or deleting command ID, or both */ member
387 (tup)->t_choice.t_heap.t_field3.t_cid \
394 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
402 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/access/
H A Dhtup_details.h123 CommandId t_cid; /* inserting or deleting command ID, or both */ member
387 (tup)->t_choice.t_heap.t_field3.t_cid \
394 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
402 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/access/
H A Dhtup_details.h123 CommandId t_cid; /* inserting or deleting command ID, or both */ member
387 (tup)->t_choice.t_heap.t_field3.t_cid \
394 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
402 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql10-client/postgresql-10.19/src/include/access/
H A Dhtup_details.h123 CommandId t_cid; /* inserting or deleting command ID, or both */ member
387 (tup)->t_choice.t_heap.t_field3.t_cid \
394 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
402 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/access/
H A Dhtup_details.h123 CommandId t_cid; /* inserting or deleting command ID, or both */ member
387 (tup)->t_choice.t_heap.t_field3.t_cid \
394 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
402 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/access/
H A Dhtup_details.h123 CommandId t_cid; /* inserting or deleting command ID, or both */ member
387 (tup)->t_choice.t_heap.t_field3.t_cid \
394 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
402 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql12-client/postgresql-12.9/src/include/access/
H A Dhtup_details.h128 CommandId t_cid; /* inserting or deleting command ID, or both */
393 (tup)->t_choice.t_heap.t_field3.t_cid \
400 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
408 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/access/
H A Dhtup_details.h123 CommandId t_cid; /* inserting or deleting command ID, or both */ member
387 (tup)->t_choice.t_heap.t_field3.t_cid \
394 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
402 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/access/
H A Dhtup_details.h128 CommandId t_cid; /* inserting or deleting command ID, or both */ member
393 (tup)->t_choice.t_heap.t_field3.t_cid \
400 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
408 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/access/
H A Dhtup_details.h128 CommandId t_cid; /* inserting or deleting command ID, or both */ member
393 (tup)->t_choice.t_heap.t_field3.t_cid \
400 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
408 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/access/
H A Dhtup_details.h128 CommandId t_cid; /* inserting or deleting command ID, or both */ member
393 (tup)->t_choice.t_heap.t_field3.t_cid \
400 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
408 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql14-server/postgresql-14.1/src/include/access/
H A Dhtup_details.h128 CommandId t_cid; /* inserting or deleting command ID, or both */ member
393 (tup)->t_choice.t_heap.t_field3.t_cid \
400 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
408 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/access/
H A Dhtup_details.h128 CommandId t_cid; /* inserting or deleting command ID, or both */ member
393 (tup)->t_choice.t_heap.t_field3.t_cid \
400 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
408 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql14-client/postgresql-14.1/src/include/access/
H A Dhtup_details.h128 CommandId t_cid; /* inserting or deleting command ID, or both */ in G_DEFINE_TYPE()
393 (tup)->t_choice.t_heap.t_field3.t_cid \
400 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
408 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
/dports/databases/postgresql13-server/postgresql-13.5/src/include/access/
H A Dhtup_details.h128 CommandId t_cid; /* inserting or deleting command ID, or both */ member
393 (tup)->t_choice.t_heap.t_field3.t_cid \
400 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \
408 (tup)->t_choice.t_heap.t_field3.t_cid = (cid); \

1234