Home
last modified time | relevance | path

Searched refs:backend_node_id (Results 1 – 25 of 52) sorted by relevance

123

/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/utils/
H A Dstatistics.c137 per_node_stat[backend_node_id].ddl_cnt++; in stat_count_up()
149 per_node_stat[backend_node_id].panic_cnt++; in error_stat_count_up()
160 stat_get_select_count(int backend_node_id) in stat_get_select_count() argument
166 stat_get_insert_count(int backend_node_id) in stat_get_insert_count() argument
172 stat_get_update_count(int backend_node_id) in stat_get_update_count() argument
178 stat_get_delete_count(int backend_node_id) in stat_get_delete_count() argument
184 stat_get_ddl_count(int backend_node_id) in stat_get_ddl_count() argument
190 stat_get_other_count(int backend_node_id) in stat_get_other_count() argument
196 stat_get_panic_count(int backend_node_id) in stat_get_panic_count() argument
202 stat_get_fatal_count(int backend_node_id) in stat_get_fatal_count() argument
[all …]
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/utils/
H A Dstatistics.c137 per_node_stat[backend_node_id].ddl_cnt++; in stat_count_up()
149 per_node_stat[backend_node_id].panic_cnt++; in error_stat_count_up()
160 stat_get_select_count(int backend_node_id) in stat_get_select_count() argument
166 stat_get_insert_count(int backend_node_id) in stat_get_insert_count() argument
172 stat_get_update_count(int backend_node_id) in stat_get_update_count() argument
178 stat_get_delete_count(int backend_node_id) in stat_get_delete_count() argument
184 stat_get_ddl_count(int backend_node_id) in stat_get_ddl_count() argument
190 stat_get_other_count(int backend_node_id) in stat_get_other_count() argument
196 stat_get_panic_count(int backend_node_id) in stat_get_panic_count() argument
202 stat_get_fatal_count(int backend_node_id) in stat_get_fatal_count() argument
[all …]
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/include/utils/
H A Dstatistics.h27 extern void stat_count_up(int backend_node_id, Node *parsetree);
28 extern void error_stat_count_up(int backend_node_id, char *str);
29 extern uint64 stat_get_select_count(int backend_node_id);
30 extern uint64 stat_get_insert_count(int backend_node_id);
31 extern uint64 stat_get_update_count(int backend_node_id);
32 extern uint64 stat_get_delete_count(int backend_node_id);
33 extern uint64 stat_get_ddl_count(int backend_node_id);
34 extern uint64 stat_get_other_count(int backend_node_id);
35 extern uint64 stat_get_panic_count(int backend_node_id);
36 extern uint64 stat_get_fatal_count(int backend_node_id);
[all …]
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/include/utils/
H A Dstatistics.h27 extern void stat_count_up(int backend_node_id, Node *parsetree);
28 extern void error_stat_count_up(int backend_node_id, char *str);
29 extern uint64 stat_get_select_count(int backend_node_id);
30 extern uint64 stat_get_insert_count(int backend_node_id);
31 extern uint64 stat_get_update_count(int backend_node_id);
32 extern uint64 stat_get_delete_count(int backend_node_id);
33 extern uint64 stat_get_ddl_count(int backend_node_id);
34 extern uint64 stat_get_other_count(int backend_node_id);
35 extern uint64 stat_get_panic_count(int backend_node_id);
36 extern uint64 stat_get_fatal_count(int backend_node_id);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Dinspector_resource_container.cc42 DOMNodeId backend_node_id, in StoreStyleElementContent() argument
44 style_element_contents_.Set(backend_node_id, content); in StoreStyleElementContent()
48 DOMNodeId backend_node_id, in LoadStyleElementContent() argument
50 if (!style_element_contents_.Contains(backend_node_id)) in LoadStyleElementContent()
52 *content = style_element_contents_.at(backend_node_id); in LoadStyleElementContent()
57 DOMNodeId backend_node_id) { in EraseStyleElementContent() argument
58 style_element_contents_.erase(backend_node_id); in EraseStyleElementContent()
H A Dinspector_resource_container.h34 void StoreStyleElementContent(DOMNodeId backend_node_id,
36 bool LoadStyleElementContent(DOMNodeId backend_node_id, String* content);
37 void EraseStyleElementContent(DOMNodeId backend_node_id);
H A Dinspector_dom_agent.h156 protocol::Maybe<int> backend_node_id,
182 protocol::Maybe<int> backend_node_id,
202 protocol::Maybe<int> backend_node_id,
207 protocol::Maybe<int> backend_node_id,
216 protocol::Maybe<int> backend_node_id,
221 protocol::Maybe<int> backend_node_id,
230 int* backend_node_id,
237 protocol::Maybe<int> backend_node_id,
244 protocol::Maybe<int> backend_node_id,
249 int* backend_node_id,
[all …]
H A Dinspector_dom_agent.cc378 const protocol::Maybe<int>& backend_node_id, in AssertNode() argument
384 if (backend_node_id.isJust()) { in AssertNode()
1359 Maybe<int> backend_node_id, in setFileInputFiles() argument
1404 Maybe<int> backend_node_id, in getBoxModel() argument
1420 Maybe<int> backend_node_id, in getContentQuads() argument
1438 int* backend_node_id, in getNodeForLocation() argument
1475 protocol::Maybe<int> backend_node_id, in resolveNode() argument
1483 if (node_id.isJust() == backend_node_id.isJust()) { in resolveNode()
2353 protocol::Maybe<int> backend_node_id, in describeNode() argument
2371 protocol::Maybe<int> backend_node_id, in scrollIntoViewIfNeeded() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Dinspector_resource_container.cc42 DOMNodeId backend_node_id, in StoreStyleElementContent() argument
44 style_element_contents_.Set(backend_node_id, content); in StoreStyleElementContent()
48 DOMNodeId backend_node_id, in LoadStyleElementContent() argument
50 if (!style_element_contents_.Contains(backend_node_id)) in LoadStyleElementContent()
52 *content = style_element_contents_.at(backend_node_id); in LoadStyleElementContent()
57 DOMNodeId backend_node_id) { in EraseStyleElementContent() argument
58 style_element_contents_.erase(backend_node_id); in EraseStyleElementContent()
H A Dinspector_resource_container.h34 void StoreStyleElementContent(DOMNodeId backend_node_id,
36 bool LoadStyleElementContent(DOMNodeId backend_node_id, String* content);
37 void EraseStyleElementContent(DOMNodeId backend_node_id);
H A Dinspector_dom_agent.h151 protocol::Maybe<int> backend_node_id,
177 protocol::Maybe<int> backend_node_id,
197 protocol::Maybe<int> backend_node_id,
202 protocol::Maybe<int> backend_node_id,
211 protocol::Maybe<int> backend_node_id,
216 protocol::Maybe<int> backend_node_id,
225 int* backend_node_id,
232 protocol::Maybe<int> backend_node_id,
239 protocol::Maybe<int> backend_node_id,
244 int* backend_node_id,
[all …]
H A Dinspector_dom_agent.cc361 const protocol::Maybe<int>& backend_node_id, in AssertNode() argument
367 if (backend_node_id.isJust()) { in AssertNode()
1269 Maybe<int> backend_node_id, in setFileInputFiles() argument
1314 Maybe<int> backend_node_id, in getBoxModel() argument
1330 Maybe<int> backend_node_id, in getContentQuads() argument
1348 int* backend_node_id, in getNodeForLocation() argument
1385 protocol::Maybe<int> backend_node_id, in resolveNode() argument
1393 if (node_id.isJust() == backend_node_id.isJust()) { in resolveNode()
2269 protocol::Maybe<int> backend_node_id, in describeNode() argument
2287 protocol::Maybe<int> backend_node_id, in scrollIntoViewIfNeeded() argument
[all …]
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/utils/
H A Dstatistics.c77 stat_count_up(int backend_node_id, Node *parse_tree) in stat_count_up() argument
92 per_node_stat[backend_node_id].select_cnt++; in stat_count_up()
100 stat_get_select_count(int backend_node_id) in stat_get_select_count() argument
102 return per_node_stat[backend_node_id].select_cnt; in stat_get_select_count()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/utils/
H A Dstatistics.c72 void stat_count_up(int backend_node_id, Node *parse_tree) in stat_count_up() argument
87 per_node_stat[backend_node_id].select_cnt++; in stat_count_up()
94 uint64 stat_get_select_count(int backend_node_id) in stat_get_select_count() argument
96 return per_node_stat[backend_node_id].select_cnt; in stat_get_select_count()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/utils/
H A Dstatistics.c72 void stat_count_up(int backend_node_id, Node *parse_tree) in stat_count_up() argument
87 per_node_stat[backend_node_id].select_cnt++; in stat_count_up()
94 uint64 stat_get_select_count(int backend_node_id) in stat_get_select_count() argument
96 return per_node_stat[backend_node_id].select_cnt; in stat_get_select_count()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/utils/
H A Dstatistics.c77 stat_count_up(int backend_node_id, Node *parse_tree) in stat_count_up() argument
92 per_node_stat[backend_node_id].select_cnt++; in stat_count_up()
100 stat_get_select_count(int backend_node_id) in stat_get_select_count() argument
102 return per_node_stat[backend_node_id].select_cnt; in stat_get_select_count()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dv8_event_listener_info.h25 uint64_t backend_node_id) in V8EventListenerInfo()
32 backend_node_id(backend_node_id) {} in V8EventListenerInfo()
40 uint64_t backend_node_id; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dv8_event_listener_info.h25 uint64_t backend_node_id) in V8EventListenerInfo()
32 backend_node_id(backend_node_id) {} in V8EventListenerInfo()
40 uint64_t backend_node_id; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dinspector_accessibility_agent.h42 protocol::Maybe<int> backend_node_id,
52 protocol::Maybe<int> backend_node_id,
H A Dinspector_type_builder_helper.cc107 int backend_node_id = IdentifiersFactory::IntIdForNode(node); in RelatedNodeForAXObject() local
108 if (!backend_node_id) in RelatedNodeForAXObject()
111 AXRelatedNode::create().setBackendDOMNodeId(backend_node_id).build(); in RelatedNodeForAXObject()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dinspector_type_builder_helper.cc105 int backend_node_id = IdentifiersFactory::IntIdForNode(node); in RelatedNodeForAXObject() local
106 if (!backend_node_id) in RelatedNodeForAXObject()
109 AXRelatedNode::create().setBackendDOMNodeId(backend_node_id).build(); in RelatedNodeForAXObject()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/context/
H A Dpool_process_context.c219 pool_coninfo_backend_pid(int backend_pid, int *backend_node_id) in pool_coninfo_backend_pid() argument
247 *backend_node_id = backend_id; in pool_coninfo_backend_pid()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/context/
H A Dpool_process_context.c208 ConnectionInfo* pool_coninfo_backend_pid(int backend_pid, int* backend_node_id) in pool_coninfo_backend_pid() argument
234 *backend_node_id = backend_id; in pool_coninfo_backend_pid()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/context/
H A Dpool_process_context.c208 ConnectionInfo* pool_coninfo_backend_pid(int backend_pid, int* backend_node_id) in pool_coninfo_backend_pid() argument
234 *backend_node_id = backend_id; in pool_coninfo_backend_pid()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/context/
H A Dpool_process_context.c218 pool_coninfo_backend_pid(int backend_pid, int *backend_node_id) in pool_coninfo_backend_pid() argument
246 *backend_node_id = backend_id; in pool_coninfo_backend_pid()

123