Home
last modified time | relevance | path

Searched refs:POOL_STATUS (Results 1 – 25 of 99) sorted by relevance

1234

/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/include/protocol/
H A Dpool_proto_modules.h53 extern POOL_STATUS SimpleQuery(POOL_CONNECTION *frontend,
57 extern POOL_STATUS Execute(POOL_CONNECTION *frontend,
61 extern POOL_STATUS Parse(POOL_CONNECTION *frontend,
65 extern POOL_STATUS Bind(POOL_CONNECTION *frontend,
69 extern POOL_STATUS Describe(POOL_CONNECTION *frontend,
73 extern POOL_STATUS Close(POOL_CONNECTION *frontend,
77 extern POOL_STATUS FunctionCall3(POOL_CONNECTION *frontend,
87 extern POOL_STATUS BindComplete(POOL_CONNECTION *frontend,
105 extern POOL_STATUS CopyDataRows(POOL_CONNECTION *frontend,
123 extern POOL_STATUS AsciiRow(POOL_CONNECTION *frontend,
[all …]
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/include/protocol/
H A Dpool_proto_modules.h53 extern POOL_STATUS SimpleQuery(POOL_CONNECTION * frontend,
57 extern POOL_STATUS Execute(POOL_CONNECTION * frontend,
61 extern POOL_STATUS Parse(POOL_CONNECTION * frontend,
65 extern POOL_STATUS Bind(POOL_CONNECTION * frontend,
69 extern POOL_STATUS Describe(POOL_CONNECTION * frontend,
73 extern POOL_STATUS Close(POOL_CONNECTION * frontend,
87 extern POOL_STATUS BindComplete(POOL_CONNECTION * frontend,
105 extern POOL_STATUS CopyDataRows(POOL_CONNECTION * frontend,
108 extern POOL_STATUS FunctionCall(POOL_CONNECTION * frontend,
123 extern POOL_STATUS AsciiRow(POOL_CONNECTION * frontend,
[all …]
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/include/protocol/
H A Dpool_proto_modules.h53 extern POOL_STATUS SimpleQuery(POOL_CONNECTION *frontend,
57 extern POOL_STATUS Execute(POOL_CONNECTION *frontend,
61 extern POOL_STATUS Parse(POOL_CONNECTION *frontend,
65 extern POOL_STATUS Bind(POOL_CONNECTION *frontend,
69 extern POOL_STATUS Describe(POOL_CONNECTION *frontend,
73 extern POOL_STATUS Close(POOL_CONNECTION *frontend,
77 extern POOL_STATUS FunctionCall3(POOL_CONNECTION *frontend,
87 extern POOL_STATUS BindComplete(POOL_CONNECTION *frontend,
105 extern POOL_STATUS CopyDataRows(POOL_CONNECTION *frontend,
123 extern POOL_STATUS AsciiRow(POOL_CONNECTION *frontend,
[all …]
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/include/protocol/
H A Dpool_proto_modules.h51 extern POOL_STATUS SimpleQuery(POOL_CONNECTION * frontend,
55 extern POOL_STATUS Execute(POOL_CONNECTION * frontend,
59 extern POOL_STATUS Parse(POOL_CONNECTION * frontend,
63 extern POOL_STATUS Bind(POOL_CONNECTION * frontend,
67 extern POOL_STATUS Describe(POOL_CONNECTION * frontend,
71 extern POOL_STATUS Close(POOL_CONNECTION * frontend,
85 extern POOL_STATUS BindComplete(POOL_CONNECTION * frontend,
103 extern POOL_STATUS CopyDataRows(POOL_CONNECTION * frontend,
106 extern POOL_STATUS FunctionCall(POOL_CONNECTION * frontend,
121 extern POOL_STATUS AsciiRow(POOL_CONNECTION * frontend,
[all …]
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/include/protocol/
H A Dpool_proto_modules.h51 extern POOL_STATUS SimpleQuery(POOL_CONNECTION * frontend,
55 extern POOL_STATUS Execute(POOL_CONNECTION * frontend,
59 extern POOL_STATUS Parse(POOL_CONNECTION * frontend,
63 extern POOL_STATUS Bind(POOL_CONNECTION * frontend,
67 extern POOL_STATUS Describe(POOL_CONNECTION * frontend,
71 extern POOL_STATUS Close(POOL_CONNECTION * frontend,
85 extern POOL_STATUS BindComplete(POOL_CONNECTION * frontend,
103 extern POOL_STATUS CopyDataRows(POOL_CONNECTION * frontend,
106 extern POOL_STATUS FunctionCall(POOL_CONNECTION * frontend,
121 extern POOL_STATUS AsciiRow(POOL_CONNECTION * frontend,
[all …]
H A Dpool_process_query.h37 extern POOL_STATUS do_command(POOL_CONNECTION * frontend, POOL_CONNECTION * backend,
43 extern POOL_STATUS pool_discard_packet_contents(POOL_CONNECTION_POOL * cp);
49 extern POOL_STATUS ParameterStatus(POOL_CONNECTION * frontend,
75 extern POOL_STATUS SimpleForwardToFrontend(char kind, POOL_CONNECTION * frontend, POOL_CONNECTION_P…
76 extern POOL_STATUS SimpleForwardToBackend(char kind, POOL_CONNECTION * frontend, POOL_CONNECTION_PO…
78 extern POOL_STATUS pool_process_query(POOL_CONNECTION * frontend,
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/include/protocol/
H A Dpool_proto_modules.h51 extern POOL_STATUS SimpleQuery(POOL_CONNECTION * frontend,
55 extern POOL_STATUS Execute(POOL_CONNECTION * frontend,
59 extern POOL_STATUS Parse(POOL_CONNECTION * frontend,
63 extern POOL_STATUS Bind(POOL_CONNECTION * frontend,
67 extern POOL_STATUS Describe(POOL_CONNECTION * frontend,
71 extern POOL_STATUS Close(POOL_CONNECTION * frontend,
85 extern POOL_STATUS BindComplete(POOL_CONNECTION * frontend,
103 extern POOL_STATUS CopyDataRows(POOL_CONNECTION * frontend,
106 extern POOL_STATUS FunctionCall(POOL_CONNECTION * frontend,
121 extern POOL_STATUS AsciiRow(POOL_CONNECTION * frontend,
[all …]
H A Dpool_process_query.h39 extern POOL_STATUS do_command(POOL_CONNECTION * frontend, POOL_CONNECTION * backend,
45 extern POOL_STATUS pool_discard_packet_contents(POOL_CONNECTION_POOL * cp);
51 extern POOL_STATUS ParameterStatus(POOL_CONNECTION * frontend,
77 extern POOL_STATUS SimpleForwardToFrontend(char kind, POOL_CONNECTION * frontend, POOL_CONNECTION_P…
78 extern POOL_STATUS SimpleForwardToBackend(char kind, POOL_CONNECTION * frontend, POOL_CONNECTION_PO…
80 extern POOL_STATUS pool_process_query(POOL_CONNECTION * frontend,
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/include/
H A Dpool.h105 } POOL_STATUS; typedef
560 extern POOL_STATUS pool_process_query(POOL_CONNECTION *frontend,
577 extern POOL_STATUS ErrorResponse(POOL_CONNECTION *frontend,
600 extern POOL_STATUS SimpleForwardToFrontend(char kind, POOL_CONNECTION *frontend, POOL_CONNECTION_PO…
601 extern POOL_STATUS SimpleForwardToBackend(char kind, POOL_CONNECTION *frontend, POOL_CONNECTION_POO…
602 extern POOL_STATUS ParameterStatus(POOL_CONNECTION *frontend, POOL_CONNECTION_POOL *backend);
653 extern POOL_STATUS OneNode_do_command(POOL_CONNECTION *frontend, POOL_CONNECTION *backend, char *qu…
705 extern POOL_STATUS do_command(POOL_CONNECTION *frontend, POOL_CONNECTION *backend,
711 extern POOL_STATUS pool_discard_packet_contents(POOL_CONNECTION_POOL *cp);
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/include/
H A Dpool.h106 } POOL_STATUS; typedef
545 extern POOL_STATUS pool_process_query(POOL_CONNECTION *frontend,
562 extern POOL_STATUS ErrorResponse(POOL_CONNECTION *frontend,
585 extern POOL_STATUS SimpleForwardToFrontend(char kind, POOL_CONNECTION *frontend, POOL_CONNECTION_PO…
586 extern POOL_STATUS SimpleForwardToBackend(char kind, POOL_CONNECTION *frontend, POOL_CONNECTION_POO…
587 extern POOL_STATUS ParameterStatus(POOL_CONNECTION *frontend, POOL_CONNECTION_POOL *backend);
638 extern POOL_STATUS OneNode_do_command(POOL_CONNECTION *frontend, POOL_CONNECTION *backend, char *qu…
694 extern POOL_STATUS do_command(POOL_CONNECTION *frontend, POOL_CONNECTION *backend,
700 extern POOL_STATUS pool_discard_packet_contents(POOL_CONNECTION_POOL *cp);
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/include/
H A Dpool.h108 } POOL_STATUS; typedef
614 extern POOL_STATUS pool_process_query(POOL_CONNECTION * frontend,
634 extern POOL_STATUS ErrorResponse(POOL_CONNECTION * frontend,
657 extern POOL_STATUS SimpleForwardToFrontend(char kind, POOL_CONNECTION * frontend, POOL_CONNECTION_P…
658 extern POOL_STATUS SimpleForwardToBackend(char kind, POOL_CONNECTION * frontend, POOL_CONNECTION_PO…
659 extern POOL_STATUS ParameterStatus(POOL_CONNECTION * frontend, POOL_CONNECTION_POOL * backend);
710 extern POOL_STATUS OneNode_do_command(POOL_CONNECTION * frontend, POOL_CONNECTION * backend, char *…
762 extern POOL_STATUS do_command(POOL_CONNECTION * frontend, POOL_CONNECTION * backend,
768 extern POOL_STATUS pool_discard_packet_contents(POOL_CONNECTION_POOL * cp);
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/include/
H A Dpool.h108 } POOL_STATUS; typedef
665 extern POOL_STATUS pool_process_query(POOL_CONNECTION * frontend,
685 extern POOL_STATUS ErrorResponse(POOL_CONNECTION * frontend,
704 extern POOL_STATUS SimpleForwardToFrontend(char kind, POOL_CONNECTION * frontend, POOL_CONNECTION_P…
705 extern POOL_STATUS SimpleForwardToBackend(char kind, POOL_CONNECTION * frontend, POOL_CONNECTION_PO…
706 extern POOL_STATUS ParameterStatus(POOL_CONNECTION * frontend, POOL_CONNECTION_POOL * backend);
757 extern POOL_STATUS OneNode_do_command(POOL_CONNECTION * frontend, POOL_CONNECTION * backend, char *…
809 extern POOL_STATUS do_command(POOL_CONNECTION * frontend, POOL_CONNECTION * backend,
815 extern POOL_STATUS pool_discard_packet_contents(POOL_CONNECTION_POOL * cp);
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/protocol/
H A Dpool_proto_modules.c162 POOL_STATUS SimpleQuery(POOL_CONNECTION *frontend, in SimpleQuery()
174 POOL_STATUS status; in SimpleQuery()
771 POOL_STATUS status; in Execute()
989 POOL_STATUS status; in Parse()
2082 POOL_STATUS status; in CloseComplete()
2241 POOL_STATUS ret; in ErrorResponse3()
2253 POOL_STATUS FunctionCall(POOL_CONNECTION *frontend, in FunctionCall()
2354 POOL_STATUS status; in ProcessFrontendResponse()
2858 POOL_STATUS status; in CopyInResponse()
2876 POOL_STATUS status; in CopyOutResponse()
[all …]
H A Dpool_proto2.c36 POOL_STATUS AsciiRow(POOL_CONNECTION *frontend, in AsciiRow()
156 POOL_STATUS BinaryRow(POOL_CONNECTION *frontend, in BinaryRow()
262 POOL_STATUS CompletedResponse(POOL_CONNECTION *frontend, in CompletedResponse()
326 POOL_STATUS CursorResponse(POOL_CONNECTION *frontend, in CursorResponse()
390 POOL_STATUS ErrorResponse(POOL_CONNECTION *frontend, in ErrorResponse()
431 POOL_STATUS FunctionResultResponse(POOL_CONNECTION *frontend, in FunctionResultResponse()
531 POOL_STATUS NotificationResponse(POOL_CONNECTION *frontend, in NotificationResponse()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/protocol/
H A Dpool_proto_modules.c163 POOL_STATUS SimpleQuery(POOL_CONNECTION *frontend, in SimpleQuery()
175 POOL_STATUS status; in SimpleQuery()
769 POOL_STATUS status; in Execute()
987 POOL_STATUS status; in Parse()
2080 POOL_STATUS status; in CloseComplete()
2239 POOL_STATUS ret; in ErrorResponse3()
2251 POOL_STATUS FunctionCall(POOL_CONNECTION *frontend, in FunctionCall()
2352 POOL_STATUS status; in ProcessFrontendResponse()
2862 POOL_STATUS status; in CopyInResponse()
2880 POOL_STATUS status; in CopyOutResponse()
[all …]
H A Dpool_proto2.c36 POOL_STATUS AsciiRow(POOL_CONNECTION *frontend, in AsciiRow()
156 POOL_STATUS BinaryRow(POOL_CONNECTION *frontend, in BinaryRow()
262 POOL_STATUS CompletedResponse(POOL_CONNECTION *frontend, in CompletedResponse()
326 POOL_STATUS CursorResponse(POOL_CONNECTION *frontend, in CursorResponse()
390 POOL_STATUS ErrorResponse(POOL_CONNECTION *frontend, in ErrorResponse()
431 POOL_STATUS FunctionResultResponse(POOL_CONNECTION *frontend, in FunctionResultResponse()
531 POOL_STATUS NotificationResponse(POOL_CONNECTION *frontend, in NotificationResponse()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/protocol/
H A Dpool_proto_modules.c168 POOL_STATUS
723 POOL_STATUS
1007 POOL_STATUS
1366 POOL_STATUS
1522 POOL_STATUS
1608 POOL_STATUS
1742 POOL_STATUS
1773 POOL_STATUS
2112 POOL_STATUS
2136 POOL_STATUS
[all …]
H A Dpool_proto2.c36 POOL_STATUS
163 POOL_STATUS
275 POOL_STATUS
341 POOL_STATUS
408 POOL_STATUS
450 POOL_STATUS
552 POOL_STATUS
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/protocol/
H A Dpool_proto_modules.c168 POOL_STATUS
726 POOL_STATUS
1014 POOL_STATUS
1380 POOL_STATUS
1536 POOL_STATUS
1622 POOL_STATUS
1756 POOL_STATUS
1787 POOL_STATUS
2126 POOL_STATUS
2150 POOL_STATUS
[all …]
H A Dpool_proto2.c36 POOL_STATUS
163 POOL_STATUS
275 POOL_STATUS
341 POOL_STATUS
408 POOL_STATUS
450 POOL_STATUS
552 POOL_STATUS
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/protocol/
H A Dpool_proto_modules.c173 POOL_STATUS
788 POOL_STATUS
1102 POOL_STATUS
1476 POOL_STATUS
1639 POOL_STATUS
1725 POOL_STATUS
1859 POOL_STATUS
1890 POOL_STATUS
2243 POOL_STATUS
2267 POOL_STATUS
[all …]
H A Dpool_proto2.c36 POOL_STATUS
163 POOL_STATUS
275 POOL_STATUS
341 POOL_STATUS
408 POOL_STATUS
450 POOL_STATUS
552 POOL_STATUS
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/protocol/
H A Dpool_proto_modules.c174 POOL_STATUS
798 POOL_STATUS
1112 POOL_STATUS
1495 POOL_STATUS
1658 POOL_STATUS
1744 POOL_STATUS
1878 POOL_STATUS
1909 POOL_STATUS
2273 POOL_STATUS
2297 POOL_STATUS
[all …]
H A Dpool_proto2.c36 POOL_STATUS
163 POOL_STATUS
275 POOL_STATUS
341 POOL_STATUS
408 POOL_STATUS
450 POOL_STATUS
552 POOL_STATUS
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/include/context/
H A Dpool_query_context.h99 extern POOL_STATUS pool_send_and_wait(POOL_QUERY_CONTEXT *query_context, int send_type, int node_id…
100 extern POOL_STATUS pool_extended_send_and_wait(POOL_QUERY_CONTEXT *query_context, char *kind, int l…

1234