Home
last modified time | relevance | path

Searched refs:get_int_item (Results 1 – 25 of 48) sorted by relevance

12

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/visualizer/
H A Dhecmw_vis_read_control.c63 int get_int_item(char *para, char *buf, int *start_location) { in get_int_item() function
352 p1->visual_start_step = get_int_item(para, buf, &i); in set_keyword_visual()
354 p1->visual_end_step = get_int_item(para, buf, &i); in set_keyword_visual()
356 p1->visual_interval_step = get_int_item(para, buf, &i); in set_keyword_visual()
392 t1->visual_start_step = get_int_item(para, buf, &i); in set_keyword_visual()
394 t1->visual_end_step = get_int_item(para, buf, &i); in set_keyword_visual()
396 t1->visual_interval_step = get_int_item(para, buf, &i); in set_keyword_visual()
917 get_int_item(para, buf, &location); in HECMW_vis_read_control()
929 get_int_item(para, buf, &location); in HECMW_vis_read_control()
961 get_int_item(para, buf, &location); in HECMW_vis_read_control()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
343 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
352 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
361 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
371 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
381 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
391 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
401 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
411 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
421 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
343 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
352 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
361 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
371 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
381 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
391 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
401 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
411 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
421 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
343 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
352 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
361 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
371 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
381 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
391 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
401 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
411 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
421 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
343 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
352 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
361 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
371 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
381 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
391 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
401 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
411 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
421 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c116 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
344 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
353 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
362 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
372 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
382 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
392 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
402 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
412 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
422 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
343 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
352 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
361 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
371 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
381 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
391 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
401 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
411 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
421 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
343 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
352 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
361 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
371 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
381 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
391 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
401 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
411 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
421 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
343 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
352 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
361 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
371 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
381 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
391 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
401 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
411 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
421 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
343 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
352 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
361 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
371 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
381 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
391 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
401 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
411 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
421 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
343 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
352 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
361 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
371 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
381 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
391 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
401 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
411 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
421 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
343 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
352 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
361 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
371 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
381 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
391 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
401 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
411 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
421 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c116 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
344 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
353 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
362 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
372 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
382 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
392 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
402 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
412 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
422 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c116 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
344 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
353 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
362 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
372 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
382 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
392 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
402 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
412 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
422 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c116 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
344 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
353 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
362 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
372 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
382 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
392 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
402 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
412 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
422 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c116 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value)
344 if (!get_int_item(lineno, var, vartype, 1))
353 if (!get_int_item(lineno, var, vartype, 0))
362 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff))
372 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16))
382 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index)))
392 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ))
402 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index))))
412 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index))))
422 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult)))
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c116 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
344 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
353 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
362 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
372 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
382 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
392 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
402 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
412 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
422 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
343 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
352 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
361 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
371 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
381 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
391 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
401 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
411 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
421 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c116 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in ecpg_finish()
344 if (!get_int_item(lineno, var, vartype, 1))
353 if (!get_int_item(lineno, var, vartype, 0))
362 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff))
372 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16))
382 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index)))
392 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ))
402 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index))))
412 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index))))
422 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult)))
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c116 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
344 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
353 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
362 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
372 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
382 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
392 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
402 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
412 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
422 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
339 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
348 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
357 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
367 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
377 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
387 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
397 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
407 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
417 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
339 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
348 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
357 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
367 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
377 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
387 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
397 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
407 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
417 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
339 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
348 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
357 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
367 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
377 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
387 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
397 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
407 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
417 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
339 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
348 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
357 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
367 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
377 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
387 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
397 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
407 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
417 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/interfaces/ecpg/ecpglib/
H A Ddescriptor.c115 get_int_item(int lineno, void *var, enum ECPGttype vartype, int value) in get_int_item() function
339 if (!get_int_item(lineno, var, vartype, 1)) in ECPGget_desc()
348 if (!get_int_item(lineno, var, vartype, 0)) in ECPGget_desc()
357 if (!get_int_item(lineno, var, vartype, (PQfmod(ECPGresult, index) - VARHDRSZ) & 0xffff)) in ECPGget_desc()
367 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) >> 16)) in ECPGget_desc()
377 if (!get_int_item(lineno, var, vartype, PQfsize(ECPGresult, index))) in ECPGget_desc()
387 if (!get_int_item(lineno, var, vartype, PQfmod(ECPGresult, index) - VARHDRSZ)) in ECPGget_desc()
397 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type(PQftype(ECPGresult, index)))) in ECPGget_desc()
407 if (!get_int_item(lineno, var, vartype, ecpg_dynamic_type_DDT(PQftype(ECPGresult, index)))) in ECPGget_desc()
417 if (!get_int_item(lineno, var, vartype, PQntuples(ECPGresult))) in ECPGget_desc()
[all …]

12