Home
last modified time | relevance | path

Searched defs:cstate (Results 126 – 150 of 1100) sorted by relevance

12345678910>>...44

/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/parser/
H A Dparse_cte.c158 CteState cstate; in transformWithClause() local
429 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
451 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
631 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
730 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
910 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/parser/
H A Dparse_cte.c158 CteState cstate; in transformWithClause() local
429 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
451 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
631 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
730 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
910 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/parser/
H A Dparse_cte.c158 CteState cstate; in transformWithClause() local
429 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
451 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
631 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
730 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
910 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/parser/
H A Dparse_cte.c158 CteState cstate; in transformWithClause() local
429 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
451 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
631 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
730 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
910 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/parser/
H A Dparse_cte.c158 CteState cstate; in transformWithClause() local
429 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
451 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
631 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
730 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
910 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/parser/
H A Dparse_cte.c158 CteState cstate; in transformWithClause() local
429 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
451 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
631 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
730 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
910 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/parser/
H A Dparse_cte.c158 CteState cstate; in transformWithClause() local
429 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
451 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
631 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
730 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
910 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/parser/
H A Dparse_cte.c158 CteState cstate; in transformWithClause() local
430 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
452 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
632 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
731 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
911 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/plpgsql_check/plpgsql_check-2.0.6/src/
H A Dpragma.c36 pragma_apply(PLpgSQL_checkstate *cstate, in pragma_apply()
209 plpgsql_check_pragma_apply(PLpgSQL_checkstate *cstate, char *pragma_str, PLpgSQL_nsitem *ns, int li… in plpgsql_check_pragma_apply()
H A Dtypdesc.c39 plpgsql_check_CallExprGetRowTarget(PLpgSQL_checkstate *cstate, PLpgSQL_expr *CallExpr) in plpgsql_check_CallExprGetRowTarget()
197 param_get_desc(PLpgSQL_checkstate *cstate, Param *p) in param_get_desc()
262 pofce_get_desc(PLpgSQL_checkstate *cstate, in pofce_get_desc()
366 plpgsql_check_expr_get_desc(PLpgSQL_checkstate *cstate, in plpgsql_check_expr_get_desc()
H A Dstmtwalk.c47 check_variable(PLpgSQL_checkstate *cstate, PLpgSQL_variable *var) in check_variable()
127 plpgsql_check_stmt(PLpgSQL_checkstate *cstate, PLpgSQL_stmt *stmt, int *closing, List **exceptions) in plpgsql_check_stmt()
1368 check_stmts(PLpgSQL_checkstate *cstate, List *stmts, int *closing, List **exceptions) in check_stmts()
1445 push_stmt_to_stmt_stack(PLpgSQL_checkstate *cstate) in push_stmt_to_stmt_stack()
1503 pop_stmt_from_stmt_stack(PLpgSQL_checkstate *cstate) in pop_stmt_from_stmt_stack()
1571 found_shadowed_variable(char *varname, PLpgSQL_stmt_stack_item *current, PLpgSQL_checkstate *cstate) in found_shadowed_variable()
1715 PLpgSQL_checkstate *cstate; member
1787 has_assigned_tupdesc(PLpgSQL_checkstate *cstate, PLpgSQL_rec *rec) in has_assigned_tupdesc()
1800 check_dynamic_sql(PLpgSQL_checkstate *cstate, in check_dynamic_sql()
/dports/math/octave-forge-statistics/statistics-1.4.3/inst/
H A Dhmmgenerate.m205 cstate = 1; variable
211 cstate = states(i); variable
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/contact/
H A Dcontact_lib.f9047 subroutine contact_state_init(cstate) argument
48 type(tContactState), intent(inout) :: cstate !< contact state local
61 subroutine print_contact_state(fnum, cstate) argument
63 type(tContactState), intent(in) :: cstate !< contact state local
72 subroutine contact2mpcval( cstate, etype, nnode, mpcval ) argument
73 type(tContactState), intent(in) :: cstate !< contact state local
92 subroutine contact2stiff( flag, cstate, etype, nnode, ele, mu, mut, & argument
95 type(tContactState), intent(in) :: cstate !< contact state local
228 type(tContactState),intent(inout) :: cstate !< Recorde of contact information local
330 subroutine update_TangentForce(etype,nn,elemt0,elemt,cstate) argument
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/clock/
H A Dnouveau_subdev_clock_base.c89 struct nouveau_cstate *cstate; in nouveau_cstate_prog() local
128 nouveau_cstate_del(struct nouveau_cstate *cstate) in nouveau_cstate_del()
140 struct nouveau_cstate *cstate = NULL; in nouveau_cstate_new() local
228 struct nouveau_cstate *cstate; in nouveau_pstate_info() local
269 struct nouveau_cstate *cstate, *temp; in nouveau_pstate_del() local
285 struct nouveau_cstate *cstate; in nouveau_pstate_new() local
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/parser/
H A Dparse_cte.c162 CteState cstate; in transformWithClause() local
622 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
644 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
824 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
923 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
1103 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/parser/
H A Dparse_cte.c162 CteState cstate; in transformWithClause() local
622 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
644 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
824 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
923 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
1103 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/parser/
H A Dparse_cte.c162 CteState cstate; in transformWithClause() local
622 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
644 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
824 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
923 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
1103 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/parser/
H A Dparse_cte.c162 CteState cstate; in transformWithClause() local
622 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
644 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
824 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
923 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
1103 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/parser/
H A Dparse_cte.c162 CteState cstate; in transformWithClause() local
622 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
644 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
824 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
923 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
1103 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/parser/
H A Dparse_cte.c162 CteState cstate; in transformWithClause() local
622 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
644 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
824 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
923 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
1103 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/parser/
H A Dparse_cte.c162 CteState cstate; in transformWithClause() local
622 makeDependencyGraph(CteState *cstate) in makeDependencyGraph()
644 makeDependencyGraphWalker(Node *node, CteState *cstate) in makeDependencyGraphWalker()
824 checkWellFormedRecursion(CteState *cstate) in checkWellFormedRecursion()
923 checkWellFormedRecursionWalker(Node *node, CteState *cstate) in checkWellFormedRecursionWalker()
1103 checkWellFormedSelectStmt(SelectStmt *stmt, CteState *cstate) in checkWellFormedSelectStmt()
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/cache_scan/
H A Dcache_scan.cc68 cache_scan_state *cstate = static_cast<cache_scan_state *>(TSContDataGet(contp)); in handle_scan() local
185 cache_scan_state *cstate = static_cast<cache_scan_state *>(TSContDataGet(contp)); in handle_accept() local
217 cache_scan_state *cstate = static_cast<cache_scan_state *>(TSContDataGet(contp)); in cleanup() local
257 cache_scan_state *cstate = static_cast<cache_scan_state *>(TSContDataGet(contp)); in handle_io() local
387 cache_scan_state *cstate; in setup_request() local
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/bse/
H A Ddiago_exc.f901 subroutine diago_exc(a,v,cstate,wcstate) argument
26 type(c_state) :: cstate local
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_page_alloc.c257 enum ttm_caching_state cstate) in ttm_get_pool()
441 enum ttm_caching_state cstate, unsigned cpages) in ttm_set_pages_caching()
468 int ttm_flags, enum ttm_caching_state cstate, in ttm_handle_caching_state_failure()
486 int ttm_flags, enum ttm_caching_state cstate, unsigned count) in ttm_alloc_new_pages()
566 int ttm_flags, enum ttm_caching_state cstate, unsigned count, in ttm_page_pool_fill_locked()
626 enum ttm_caching_state cstate, in ttm_page_pool_get_pages()
669 enum ttm_caching_state cstate) in ttm_put_pages()
717 enum ttm_caching_state cstate) in ttm_get_pages()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHttp2ConnectionState.cc82 rcv_data_frame(Http2ConnectionState &cstate, const Http2Frame &frame) in rcv_data_frame()
228 rcv_headers_frame(Http2ConnectionState &cstate, const Http2Frame &frame) in rcv_headers_frame()
414 rcv_priority_frame(Http2ConnectionState &cstate, const Http2Frame &frame) in rcv_priority_frame()
499 rcv_rst_stream_frame(Http2ConnectionState &cstate, const Http2Frame &frame) in rcv_rst_stream_frame()
559 rcv_settings_frame(Http2ConnectionState &cstate, const Http2Frame &frame) in rcv_settings_frame()
672 rcv_push_promise_frame(Http2ConnectionState &cstate, const Http2Frame &frame) in rcv_push_promise_frame()
683 rcv_ping_frame(Http2ConnectionState &cstate, const Http2Frame &frame) in rcv_ping_frame()
731 rcv_goaway_frame(Http2ConnectionState &cstate, const Http2Frame &frame) in rcv_goaway_frame()
766 rcv_window_update_frame(Http2ConnectionState &cstate, const Http2Frame &frame) in rcv_window_update_frame()
869 rcv_continuation_frame(Http2ConnectionState &cstate, const Http2Frame &frame) in rcv_continuation_frame()

12345678910>>...44