Home
last modified time | relevance | path

Searched refs:newes (Results 1 – 25 of 47) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext4/
H A Dextents_status.c779 newes->es_pblk); in __es_insert_extent()
797 es = ext4_es_alloc_extent(inode, newes->es_lblk, newes->es_len, in __es_insert_extent()
798 newes->es_pblk); in __es_insert_extent()
843 newes.es_lblk = lblk; in ext4_es_insert_extent()
844 newes.es_len = len; in ext4_es_insert_extent()
891 newes.es_lblk = lblk; in ext4_es_cache_extent()
892 newes.es_len = len; in ext4_es_cache_extent()
1344 newes.es_lblk = end + 1; in __es_remove_extent()
1345 newes.es_len = len2; in __es_remove_extent()
1999 newes.es_lblk = lblk; in ext4_es_insert_delayed_block()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext4/
H A Dextents_status.c779 newes->es_pblk); in __es_insert_extent()
797 es = ext4_es_alloc_extent(inode, newes->es_lblk, newes->es_len, in __es_insert_extent()
798 newes->es_pblk); in __es_insert_extent()
843 newes.es_lblk = lblk; in ext4_es_insert_extent()
844 newes.es_len = len; in ext4_es_insert_extent()
891 newes.es_lblk = lblk; in ext4_es_cache_extent()
892 newes.es_len = len; in ext4_es_cache_extent()
1344 newes.es_lblk = end + 1; in __es_remove_extent()
1345 newes.es_len = len2; in __es_remove_extent()
1999 newes.es_lblk = lblk; in ext4_es_insert_delayed_block()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext4/
H A Dextents_status.c779 newes->es_pblk); in __es_insert_extent()
797 es = ext4_es_alloc_extent(inode, newes->es_lblk, newes->es_len, in __es_insert_extent()
798 newes->es_pblk); in __es_insert_extent()
843 newes.es_lblk = lblk; in ext4_es_insert_extent()
844 newes.es_len = len; in ext4_es_insert_extent()
891 newes.es_lblk = lblk; in ext4_es_cache_extent()
892 newes.es_len = len; in ext4_es_cache_extent()
1344 newes.es_lblk = end + 1; in __es_remove_extent()
1345 newes.es_len = len2; in __es_remove_extent()
1999 newes.es_lblk = lblk; in ext4_es_insert_delayed_block()
[all …]
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Deditstate.c894 EditState *newes; in editstate_push() local
899 newes = new_EditState(); in editstate_push()
900 ob_touch(newes); in editstate_push()
902 newes->env = M; in editstate_push()
904 newes->inst = g; in editstate_push()
908 newes->smod = sM; in editstate_push()
916 newes->parent = (*es); in editstate_push()
917 *es = newes; in editstate_push()
930 EditState *newes; in editstate_pop() local
948 TkGate_setOrigin(newes->save_x,newes->save_y); in editstate_pop()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c491 execution_state *newes; in init_execution_state() local
533 preves->next = newes; in init_execution_state()
535 firstes = newes; in init_execution_state()
537 newes->next = NULL; in init_execution_state()
538 newes->status = F_EXEC_START; in init_execution_state()
539 newes->setsResult = false; /* might change below */ in init_execution_state()
540 newes->lazyEval = false; /* might change below */ in init_execution_state()
541 newes->stmt = stmt; in init_execution_state()
542 newes->qd = NULL; in init_execution_state()
545 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c491 execution_state *newes; in init_execution_state() local
533 preves->next = newes; in init_execution_state()
535 firstes = newes; in init_execution_state()
537 newes->next = NULL; in init_execution_state()
538 newes->status = F_EXEC_START; in init_execution_state()
539 newes->setsResult = false; /* might change below */ in init_execution_state()
540 newes->lazyEval = false; /* might change below */ in init_execution_state()
541 newes->stmt = stmt; in init_execution_state()
542 newes->qd = NULL; in init_execution_state()
545 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A Dfunctions.c491 execution_state *newes; in init_execution_state() local
533 preves->next = newes; in init_execution_state()
535 firstes = newes; in init_execution_state()
537 newes->next = NULL; in init_execution_state()
538 newes->status = F_EXEC_START; in init_execution_state()
539 newes->setsResult = false; /* might change below */ in init_execution_state()
540 newes->lazyEval = false; /* might change below */ in init_execution_state()
541 newes->stmt = stmt; in init_execution_state()
542 newes->qd = NULL; in init_execution_state()
545 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A Dfunctions.c492 execution_state *newes; in init_execution_state() local
543 preves->next = newes; in init_execution_state()
545 firstes = newes; in init_execution_state()
547 newes->next = NULL; in init_execution_state()
548 newes->status = F_EXEC_START; in init_execution_state()
549 newes->setsResult = false; /* might change below */ in init_execution_state()
550 newes->lazyEval = false; /* might change below */ in init_execution_state()
551 newes->stmt = stmt; in init_execution_state()
552 newes->qd = NULL; in init_execution_state()
555 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A Dfunctions.c492 execution_state *newes; in init_execution_state() local
543 preves->next = newes; in init_execution_state()
545 firstes = newes; in init_execution_state()
547 newes->next = NULL; in init_execution_state()
548 newes->status = F_EXEC_START; in init_execution_state()
549 newes->setsResult = false; /* might change below */ in init_execution_state()
550 newes->lazyEval = false; /* might change below */ in init_execution_state()
551 newes->stmt = stmt; in init_execution_state()
552 newes->qd = NULL; in init_execution_state()
555 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A Dfunctions.c492 execution_state *newes; in init_execution_state() local
543 preves->next = newes; in init_execution_state()
545 firstes = newes; in init_execution_state()
547 newes->next = NULL; in init_execution_state()
548 newes->status = F_EXEC_START; in init_execution_state()
549 newes->setsResult = false; /* might change below */ in init_execution_state()
550 newes->lazyEval = false; /* might change below */ in init_execution_state()
551 newes->stmt = stmt; in init_execution_state()
552 newes->qd = NULL; in init_execution_state()
555 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A Dfunctions.c493 execution_state *newes; in init_execution_state() local
544 preves->next = newes; in init_execution_state()
546 firstes = newes; in init_execution_state()
548 newes->next = NULL; in init_execution_state()
549 newes->status = F_EXEC_START; in init_execution_state()
550 newes->setsResult = false; /* might change below */ in init_execution_state()
551 newes->lazyEval = false; /* might change below */ in init_execution_state()
552 newes->stmt = stmt; in init_execution_state()
553 newes->qd = NULL; in init_execution_state()
556 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A Dfunctions.c492 execution_state *newes; in init_execution_state() local
543 preves->next = newes; in init_execution_state()
545 firstes = newes; in init_execution_state()
547 newes->next = NULL; in init_execution_state()
548 newes->status = F_EXEC_START; in init_execution_state()
549 newes->setsResult = false; /* might change below */ in init_execution_state()
550 newes->lazyEval = false; /* might change below */ in init_execution_state()
551 newes->stmt = stmt; in init_execution_state()
552 newes->qd = NULL; in init_execution_state()
555 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A Dfunctions.c492 execution_state *newes; in init_execution_state() local
543 preves->next = newes; in init_execution_state()
545 firstes = newes; in init_execution_state()
547 newes->next = NULL; in init_execution_state()
548 newes->status = F_EXEC_START; in init_execution_state()
549 newes->setsResult = false; /* might change below */ in init_execution_state()
550 newes->lazyEval = false; /* might change below */ in init_execution_state()
551 newes->stmt = stmt; in init_execution_state()
552 newes->qd = NULL; in init_execution_state()
555 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A Dfunctions.c492 execution_state *newes; in init_execution_state() local
543 preves->next = newes; in init_execution_state()
545 firstes = newes; in init_execution_state()
547 newes->next = NULL; in init_execution_state()
548 newes->status = F_EXEC_START; in init_execution_state()
549 newes->setsResult = false; /* might change below */ in init_execution_state()
550 newes->lazyEval = false; /* might change below */ in init_execution_state()
551 newes->stmt = stmt; in init_execution_state()
552 newes->qd = NULL; in init_execution_state()
555 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A Dfunctions.c493 execution_state *newes; in init_execution_state() local
544 preves->next = newes; in init_execution_state()
546 firstes = newes; in init_execution_state()
548 newes->next = NULL; in init_execution_state()
549 newes->status = F_EXEC_START; in init_execution_state()
550 newes->setsResult = false; /* might change below */ in init_execution_state()
551 newes->lazyEval = false; /* might change below */ in init_execution_state()
552 newes->stmt = stmt; in init_execution_state()
553 newes->qd = NULL; in init_execution_state()
556 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A Dfunctions.c493 execution_state *newes; in init_execution_state() local
544 preves->next = newes; in init_execution_state()
546 firstes = newes; in init_execution_state()
548 newes->next = NULL; in init_execution_state()
549 newes->status = F_EXEC_START; in init_execution_state()
550 newes->setsResult = false; /* might change below */ in init_execution_state()
551 newes->lazyEval = false; /* might change below */ in init_execution_state()
552 newes->stmt = stmt; in init_execution_state()
553 newes->qd = NULL; in init_execution_state()
556 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A Dfunctions.c493 execution_state *newes; in init_execution_state() local
544 preves->next = newes; in init_execution_state()
546 firstes = newes; in init_execution_state()
548 newes->next = NULL; in init_execution_state()
549 newes->status = F_EXEC_START; in init_execution_state()
550 newes->setsResult = false; /* might change below */ in init_execution_state()
551 newes->lazyEval = false; /* might change below */ in init_execution_state()
552 newes->stmt = stmt; in init_execution_state()
553 newes->qd = NULL; in init_execution_state()
556 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A Dfunctions.c493 execution_state *newes; in init_execution_state() local
544 preves->next = newes; in init_execution_state()
546 firstes = newes; in init_execution_state()
548 newes->next = NULL; in init_execution_state()
549 newes->status = F_EXEC_START; in init_execution_state()
550 newes->setsResult = false; /* might change below */ in init_execution_state()
551 newes->lazyEval = false; /* might change below */ in init_execution_state()
552 newes->stmt = stmt; in init_execution_state()
553 newes->qd = NULL; in init_execution_state()
556 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A Dfunctions.c493 execution_state *newes;
544 preves->next = newes;
546 firstes = newes;
548 newes->next = NULL;
549 newes->status = F_EXEC_START;
550 newes->setsResult = false; /* might change below */
551 newes->lazyEval = false; /* might change below */
552 newes->stmt = stmt;
553 newes->qd = NULL;
556 lasttages = newes;
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A Dfunctions.c492 execution_state *newes; in init_execution_state() local
543 preves->next = newes; in init_execution_state()
545 firstes = newes; in init_execution_state()
547 newes->next = NULL; in init_execution_state()
548 newes->status = F_EXEC_START; in init_execution_state()
549 newes->setsResult = false; /* might change below */ in init_execution_state()
550 newes->lazyEval = false; /* might change below */ in init_execution_state()
551 newes->stmt = stmt; in init_execution_state()
552 newes->qd = NULL; in init_execution_state()
555 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A Dfunctions.c493 execution_state *newes; in init_execution_state() local
544 preves->next = newes; in init_execution_state()
546 firstes = newes; in init_execution_state()
548 newes->next = NULL; in init_execution_state()
549 newes->status = F_EXEC_START; in init_execution_state()
550 newes->setsResult = false; /* might change below */ in init_execution_state()
551 newes->lazyEval = false; /* might change below */ in init_execution_state()
552 newes->stmt = stmt; in init_execution_state()
553 newes->qd = NULL; in init_execution_state()
556 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A Dfunctions.c493 execution_state *newes; in init_execution_state() local
544 preves->next = newes; in init_execution_state()
546 firstes = newes; in init_execution_state()
548 newes->next = NULL; in init_execution_state()
549 newes->status = F_EXEC_START; in init_execution_state()
550 newes->setsResult = false; /* might change below */ in init_execution_state()
551 newes->lazyEval = false; /* might change below */ in init_execution_state()
552 newes->stmt = stmt; in init_execution_state()
553 newes->qd = NULL; in init_execution_state()
556 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A Dfunctions.c493 execution_state *newes; in init_execution_state() local
544 preves->next = newes; in init_execution_state()
546 firstes = newes; in init_execution_state()
548 newes->next = NULL; in init_execution_state()
549 newes->status = F_EXEC_START; in init_execution_state()
550 newes->setsResult = false; /* might change below */ in init_execution_state()
551 newes->lazyEval = false; /* might change below */ in init_execution_state()
552 newes->stmt = stmt; in init_execution_state()
553 newes->qd = NULL; in init_execution_state()
556 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A Dfunctions.c485 execution_state *newes; in init_execution_state() local
534 preves->next = newes; in init_execution_state()
536 firstes = newes; in init_execution_state()
538 newes->next = NULL; in init_execution_state()
539 newes->status = F_EXEC_START; in init_execution_state()
540 newes->setsResult = false; /* might change below */ in init_execution_state()
541 newes->lazyEval = false; /* might change below */ in init_execution_state()
542 newes->stmt = stmt; in init_execution_state()
543 newes->qd = NULL; in init_execution_state()
546 lasttages = newes; in init_execution_state()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A Dfunctions.c485 execution_state *newes; in init_execution_state() local
534 preves->next = newes; in init_execution_state()
536 firstes = newes; in init_execution_state()
538 newes->next = NULL; in init_execution_state()
539 newes->status = F_EXEC_START; in init_execution_state()
540 newes->setsResult = false; /* might change below */ in init_execution_state()
541 newes->lazyEval = false; /* might change below */ in init_execution_state()
542 newes->stmt = stmt; in init_execution_state()
543 newes->qd = NULL; in init_execution_state()
546 lasttages = newes; in init_execution_state()
[all …]

12