Home
last modified time | relevance | path

Searched refs:uargs (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/databases/postgresql13-pltcl/postgresql-13.5/contrib/pageinspect/
H A Dbtreefuncs.c264 Page page = uargs->page;
416 struct user_args *uargs;
489 uargs->tupd = tupleDesc;
491 fctx->user_fctx = uargs;
497 uargs = fctx->user_fctx;
502 uargs->offset++;
524 struct user_args *uargs;
573 uargs->tupd = tupleDesc;
575 fctx->user_fctx = uargs;
581 uargs = fctx->user_fctx;
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/contrib/pageinspect/
H A Dbtreefuncs.c264 Page page = uargs->page; in bt_page_print_tuples()
416 struct user_args *uargs; in bt_page_items() local
489 uargs->tupd = tupleDesc; in bt_page_items()
491 fctx->user_fctx = uargs; in bt_page_items()
497 uargs = fctx->user_fctx; in bt_page_items()
502 uargs->offset++; in bt_page_items()
524 struct user_args *uargs; in bt_page_items_bytea() local
573 uargs->tupd = tupleDesc; in bt_page_items_bytea()
575 fctx->user_fctx = uargs; in bt_page_items_bytea()
581 uargs = fctx->user_fctx; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/contrib/pageinspect/
H A Dbtreefuncs.c264 Page page = uargs->page; in bt_page_print_tuples()
416 struct user_args *uargs; in bt_page_items() local
489 uargs->tupd = tupleDesc; in bt_page_items()
491 fctx->user_fctx = uargs; in bt_page_items()
497 uargs = fctx->user_fctx; in bt_page_items()
502 uargs->offset++; in bt_page_items()
524 struct user_args *uargs; in bt_page_items_bytea() local
573 uargs->tupd = tupleDesc; in bt_page_items_bytea()
575 fctx->user_fctx = uargs; in bt_page_items_bytea()
581 uargs = fctx->user_fctx; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/contrib/pageinspect/
H A Dbtreefuncs.c264 Page page = uargs->page; in bt_page_print_tuples()
416 struct user_args *uargs; in bt_page_items() local
489 uargs->tupd = tupleDesc; in bt_page_items()
491 fctx->user_fctx = uargs; in bt_page_items()
497 uargs = fctx->user_fctx; in bt_page_items()
502 uargs->offset++; in bt_page_items()
524 struct user_args *uargs; in bt_page_items_bytea() local
573 uargs->tupd = tupleDesc; in bt_page_items_bytea()
575 fctx->user_fctx = uargs; in bt_page_items_bytea()
581 uargs = fctx->user_fctx; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/contrib/pageinspect/
H A Dbtreefuncs.c264 Page page = uargs->page;
416 struct user_args *uargs;
489 uargs->tupd = tupleDesc;
491 fctx->user_fctx = uargs;
497 uargs = fctx->user_fctx;
502 uargs->offset++;
524 struct user_args *uargs;
573 uargs->tupd = tupleDesc;
575 fctx->user_fctx = uargs;
581 uargs = fctx->user_fctx;
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/contrib/pageinspect/
H A Dbtreefuncs.c264 Page page = uargs->page; in bt_page_print_tuples()
416 struct user_args *uargs; in bt_page_items() local
489 uargs->tupd = tupleDesc; in bt_page_items()
491 fctx->user_fctx = uargs; in bt_page_items()
497 uargs = fctx->user_fctx; in bt_page_items()
502 uargs->offset++; in bt_page_items()
524 struct user_args *uargs; in bt_page_items_bytea() local
573 uargs->tupd = tupleDesc; in bt_page_items_bytea()
575 fctx->user_fctx = uargs; in bt_page_items_bytea()
581 uargs = fctx->user_fctx; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/contrib/pageinspect/
H A Dbtreefuncs.c264 Page page = uargs->page; in bt_page_print_tuples()
416 struct user_args *uargs; in bt_page_items() local
489 uargs->tupd = tupleDesc; in bt_page_items()
491 fctx->user_fctx = uargs; in bt_page_items()
497 uargs = fctx->user_fctx; in bt_page_items()
502 uargs->offset++; in bt_page_items()
524 struct user_args *uargs; in bt_page_items_bytea() local
573 uargs->tupd = tupleDesc; in bt_page_items_bytea()
575 fctx->user_fctx = uargs; in bt_page_items_bytea()
581 uargs = fctx->user_fctx; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/pageinspect/
H A Dbtreefuncs.c306 Page page = uargs->page; in bt_page_print_tuples()
458 struct user_args *uargs; in bt_page_items_internal() local
542 uargs->tupd = tupleDesc; in bt_page_items_internal()
544 fctx->user_fctx = uargs; in bt_page_items_internal()
550 uargs = fctx->user_fctx; in bt_page_items_internal()
555 uargs->offset++; in bt_page_items_internal()
590 struct user_args *uargs; in bt_page_items_bytea() local
646 uargs->tupd = tupleDesc; in bt_page_items_bytea()
648 fctx->user_fctx = uargs; in bt_page_items_bytea()
654 uargs = fctx->user_fctx; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/contrib/pageinspect/
H A Dbtreefuncs.c306 Page page = uargs->page; in bt_page_print_tuples()
458 struct user_args *uargs; in bt_page_items_internal() local
542 uargs->tupd = tupleDesc; in bt_page_items_internal()
544 fctx->user_fctx = uargs; in bt_page_items_internal()
550 uargs = fctx->user_fctx; in bt_page_items_internal()
555 uargs->offset++; in bt_page_items_internal()
590 struct user_args *uargs; in bt_page_items_bytea() local
646 uargs->tupd = tupleDesc; in bt_page_items_bytea()
648 fctx->user_fctx = uargs; in bt_page_items_bytea()
654 uargs = fctx->user_fctx; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/pageinspect/
H A Dbtreefuncs.c306 Page page = uargs->page; in bt_page_print_tuples()
458 struct user_args *uargs; in bt_page_items_internal() local
542 uargs->tupd = tupleDesc; in bt_page_items_internal()
544 fctx->user_fctx = uargs; in bt_page_items_internal()
550 uargs = fctx->user_fctx; in bt_page_items_internal()
555 uargs->offset++; in bt_page_items_internal()
590 struct user_args *uargs; in bt_page_items_bytea() local
646 uargs->tupd = tupleDesc; in bt_page_items_bytea()
648 fctx->user_fctx = uargs; in bt_page_items_bytea()
654 uargs = fctx->user_fctx; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/pageinspect/
H A Dbtreefuncs.c306 Page page = uargs->page; in bt_page_print_tuples()
458 struct user_args *uargs; in bt_page_items_internal() local
542 uargs->tupd = tupleDesc; in bt_page_items_internal()
544 fctx->user_fctx = uargs; in bt_page_items_internal()
550 uargs = fctx->user_fctx; in bt_page_items_internal()
555 uargs->offset++; in bt_page_items_internal()
590 struct user_args *uargs; in bt_page_items_bytea() local
646 uargs->tupd = tupleDesc; in bt_page_items_bytea()
648 fctx->user_fctx = uargs; in bt_page_items_bytea()
654 uargs = fctx->user_fctx; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/contrib/pageinspect/
H A Dbtreefuncs.c306 Page page = uargs->page; in bt_page_print_tuples()
458 struct user_args *uargs; in bt_page_items_internal() local
542 uargs->tupd = tupleDesc; in bt_page_items_internal()
544 fctx->user_fctx = uargs; in bt_page_items_internal()
550 uargs = fctx->user_fctx; in bt_page_items_internal()
555 uargs->offset++; in bt_page_items_internal()
590 struct user_args *uargs; in bt_page_items_bytea() local
646 uargs->tupd = tupleDesc; in bt_page_items_bytea()
648 fctx->user_fctx = uargs; in bt_page_items_bytea()
654 uargs = fctx->user_fctx; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/pageinspect/
H A Dbtreefuncs.c306 Page page = uargs->page; in bt_page_print_tuples()
458 struct user_args *uargs; in bt_page_items_internal() local
542 uargs->tupd = tupleDesc; in bt_page_items_internal()
544 fctx->user_fctx = uargs; in bt_page_items_internal()
550 uargs = fctx->user_fctx; in bt_page_items_internal()
555 uargs->offset++; in bt_page_items_internal()
590 struct user_args *uargs; in bt_page_items_bytea() local
646 uargs->tupd = tupleDesc; in bt_page_items_bytea()
648 fctx->user_fctx = uargs; in bt_page_items_bytea()
654 uargs = fctx->user_fctx; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/pageinspect/
H A Dbtreefuncs.c306 Page page = uargs->page; in bt_page_print_tuples()
458 struct user_args *uargs; in bt_page_items_internal() local
542 uargs->tupd = tupleDesc; in bt_page_items_internal()
544 fctx->user_fctx = uargs; in bt_page_items_internal()
550 uargs = fctx->user_fctx; in bt_page_items_internal()
555 uargs->offset++; in bt_page_items_internal()
590 struct user_args *uargs; in bt_page_items_bytea() local
646 uargs->tupd = tupleDesc; in bt_page_items_bytea()
648 fctx->user_fctx = uargs; in bt_page_items_bytea()
654 uargs = fctx->user_fctx; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pageinspect/
H A Dbtreefuncs.c317 struct user_args *uargs; in bt_page_items() local
395 uargs = fctx->user_fctx; in bt_page_items()
399 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items()
400 uargs->offset++; in bt_page_items()
405 pfree(uargs->page); in bt_page_items()
406 pfree(uargs); in bt_page_items()
426 struct user_args *uargs; in bt_page_items_bytea() local
480 uargs = fctx->user_fctx; in bt_page_items_bytea()
484 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items_bytea()
485 uargs->offset++; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/contrib/pageinspect/
H A Dbtreefuncs.c317 struct user_args *uargs; in bt_page_items() local
395 uargs = fctx->user_fctx; in bt_page_items()
399 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items()
400 uargs->offset++; in bt_page_items()
405 pfree(uargs->page); in bt_page_items()
406 pfree(uargs); in bt_page_items()
426 struct user_args *uargs; in bt_page_items_bytea() local
480 uargs = fctx->user_fctx; in bt_page_items_bytea()
484 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items_bytea()
485 uargs->offset++; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/contrib/pageinspect/
H A Dbtreefuncs.c317 struct user_args *uargs; in bt_page_items() local
395 uargs = fctx->user_fctx; in bt_page_items()
399 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items()
400 uargs->offset++; in bt_page_items()
405 pfree(uargs->page); in bt_page_items()
406 pfree(uargs); in bt_page_items()
426 struct user_args *uargs; in bt_page_items_bytea() local
480 uargs = fctx->user_fctx; in bt_page_items_bytea()
484 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items_bytea()
485 uargs->offset++; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pageinspect/
H A Dbtreefuncs.c317 struct user_args *uargs; in bt_page_items() local
395 uargs = fctx->user_fctx; in bt_page_items()
399 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items()
400 uargs->offset++; in bt_page_items()
405 pfree(uargs->page); in bt_page_items()
406 pfree(uargs); in bt_page_items()
426 struct user_args *uargs; in bt_page_items_bytea() local
480 uargs = fctx->user_fctx; in bt_page_items_bytea()
484 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items_bytea()
485 uargs->offset++; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pageinspect/
H A Dbtreefuncs.c317 struct user_args *uargs; in bt_page_items() local
395 uargs = fctx->user_fctx; in bt_page_items()
399 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items()
400 uargs->offset++; in bt_page_items()
405 pfree(uargs->page); in bt_page_items()
406 pfree(uargs); in bt_page_items()
426 struct user_args *uargs; in bt_page_items_bytea() local
480 uargs = fctx->user_fctx; in bt_page_items_bytea()
484 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items_bytea()
485 uargs->offset++; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pageinspect/
H A Dbtreefuncs.c317 struct user_args *uargs; in bt_page_items() local
395 uargs = fctx->user_fctx; in bt_page_items()
399 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items()
400 uargs->offset++; in bt_page_items()
405 pfree(uargs->page); in bt_page_items()
406 pfree(uargs); in bt_page_items()
426 struct user_args *uargs; in bt_page_items_bytea() local
480 uargs = fctx->user_fctx; in bt_page_items_bytea()
484 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items_bytea()
485 uargs->offset++; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pageinspect/
H A Dbtreefuncs.c317 struct user_args *uargs; in bt_page_items() local
395 uargs = fctx->user_fctx; in bt_page_items()
399 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items()
400 uargs->offset++; in bt_page_items()
405 pfree(uargs->page); in bt_page_items()
406 pfree(uargs); in bt_page_items()
426 struct user_args *uargs; in bt_page_items_bytea() local
480 uargs = fctx->user_fctx; in bt_page_items_bytea()
484 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items_bytea()
485 uargs->offset++; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pageinspect/
H A Dbtreefuncs.c317 struct user_args *uargs; in bt_page_items() local
395 uargs = fctx->user_fctx; in bt_page_items()
399 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items()
400 uargs->offset++; in bt_page_items()
405 pfree(uargs->page); in bt_page_items()
406 pfree(uargs); in bt_page_items()
426 struct user_args *uargs; in bt_page_items_bytea() local
480 uargs = fctx->user_fctx; in bt_page_items_bytea()
484 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items_bytea()
485 uargs->offset++; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/pageinspect/
H A Dbtreefuncs.c317 struct user_args *uargs; in bt_page_items() local
395 uargs = fctx->user_fctx; in bt_page_items()
399 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items()
400 uargs->offset++; in bt_page_items()
405 pfree(uargs->page); in bt_page_items()
406 pfree(uargs); in bt_page_items()
426 struct user_args *uargs; in bt_page_items_bytea() local
480 uargs = fctx->user_fctx; in bt_page_items_bytea()
484 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items_bytea()
485 uargs->offset++; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pageinspect/
H A Dbtreefuncs.c317 struct user_args *uargs; in bt_page_items() local
395 uargs = fctx->user_fctx; in bt_page_items()
399 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items()
400 uargs->offset++; in bt_page_items()
405 pfree(uargs->page); in bt_page_items()
406 pfree(uargs); in bt_page_items()
426 struct user_args *uargs; in bt_page_items_bytea() local
480 uargs = fctx->user_fctx; in bt_page_items_bytea()
484 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset); in bt_page_items_bytea()
485 uargs->offset++; in bt_page_items_bytea()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pageinspect/
H A Dbtreefuncs.c317 struct user_args *uargs;
395 uargs = fctx->user_fctx;
399 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset);
400 uargs->offset++;
405 pfree(uargs->page);
406 pfree(uargs);
426 struct user_args *uargs;
480 uargs = fctx->user_fctx;
484 result = bt_page_print_tuples(fctx, uargs->page, uargs->offset);
485 uargs->offset++;
[all …]

123456789