summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION89
1 files changed, 43 insertions, 46 deletions
diff --git a/REFLECTION b/REFLECTION
index 929caf5..e948b0a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #105 grpc version 1.64.0RC2 ] {
+Extension [ <persistent> extension #147 grpc version 1.78.0 ] {
- INI {
Entry [ grpc.enable_fork_support <SYSTEM> ]
@@ -13,54 +13,51 @@ Extension [ <persistent> extension #105 grpc version 1.64.0RC2 ] {
Entry [ grpc.grpc_trace <SYSTEM> ]
Current = ''
}
- Entry [ grpc.log_filename <SYSTEM> ]
- Current = ''
- }
}
- Constants [42] {
- Constant [ int Grpc\CALL_OK ] { 0 }
- Constant [ int Grpc\CALL_ERROR ] { 1 }
- Constant [ int Grpc\CALL_ERROR_NOT_ON_SERVER ] { 2 }
- Constant [ int Grpc\CALL_ERROR_NOT_ON_CLIENT ] { 3 }
- Constant [ int Grpc\CALL_ERROR_ALREADY_INVOKED ] { 5 }
- Constant [ int Grpc\CALL_ERROR_NOT_INVOKED ] { 6 }
- Constant [ int Grpc\CALL_ERROR_ALREADY_FINISHED ] { 7 }
- Constant [ int Grpc\CALL_ERROR_TOO_MANY_OPERATIONS ] { 8 }
- Constant [ int Grpc\CALL_ERROR_INVALID_FLAGS ] { 9 }
- Constant [ int Grpc\WRITE_BUFFER_HINT ] { 1 }
- Constant [ int Grpc\WRITE_NO_COMPRESS ] { 2 }
- Constant [ int Grpc\STATUS_OK ] { 0 }
- Constant [ int Grpc\STATUS_CANCELLED ] { 1 }
- Constant [ int Grpc\STATUS_UNKNOWN ] { 2 }
- Constant [ int Grpc\STATUS_INVALID_ARGUMENT ] { 3 }
- Constant [ int Grpc\STATUS_DEADLINE_EXCEEDED ] { 4 }
- Constant [ int Grpc\STATUS_NOT_FOUND ] { 5 }
- Constant [ int Grpc\STATUS_ALREADY_EXISTS ] { 6 }
- Constant [ int Grpc\STATUS_PERMISSION_DENIED ] { 7 }
- Constant [ int Grpc\STATUS_UNAUTHENTICATED ] { 16 }
- Constant [ int Grpc\STATUS_RESOURCE_EXHAUSTED ] { 8 }
- Constant [ int Grpc\STATUS_FAILED_PRECONDITION ] { 9 }
- Constant [ int Grpc\STATUS_ABORTED ] { 10 }
- Constant [ int Grpc\STATUS_OUT_OF_RANGE ] { 11 }
- Constant [ int Grpc\STATUS_UNIMPLEMENTED ] { 12 }
- Constant [ int Grpc\STATUS_INTERNAL ] { 13 }
- Constant [ int Grpc\STATUS_UNAVAILABLE ] { 14 }
- Constant [ int Grpc\STATUS_DATA_LOSS ] { 15 }
- Constant [ int Grpc\OP_SEND_INITIAL_METADATA ] { 0 }
- Constant [ int Grpc\OP_SEND_MESSAGE ] { 1 }
- Constant [ int Grpc\OP_SEND_CLOSE_FROM_CLIENT ] { 2 }
- Constant [ int Grpc\OP_SEND_STATUS_FROM_SERVER ] { 3 }
- Constant [ int Grpc\OP_RECV_INITIAL_METADATA ] { 4 }
- Constant [ int Grpc\OP_RECV_MESSAGE ] { 5 }
- Constant [ int Grpc\OP_RECV_STATUS_ON_CLIENT ] { 6 }
- Constant [ int Grpc\OP_RECV_CLOSE_ON_SERVER ] { 7 }
- Constant [ int Grpc\CHANNEL_IDLE ] { 0 }
- Constant [ int Grpc\CHANNEL_CONNECTING ] { 1 }
- Constant [ int Grpc\CHANNEL_READY ] { 2 }
- Constant [ int Grpc\CHANNEL_TRANSIENT_FAILURE ] { 3 }
- Constant [ int Grpc\CHANNEL_FATAL_FAILURE ] { 4 }
- Constant [ string Grpc\VERSION ] { 1.64.0RC2 }
+ Constant [ <persistent> int Grpc\CALL_OK ] { 0 }
+ Constant [ <persistent> int Grpc\CALL_ERROR ] { 1 }
+ Constant [ <persistent> int Grpc\CALL_ERROR_NOT_ON_SERVER ] { 2 }
+ Constant [ <persistent> int Grpc\CALL_ERROR_NOT_ON_CLIENT ] { 3 }
+ Constant [ <persistent> int Grpc\CALL_ERROR_ALREADY_INVOKED ] { 5 }
+ Constant [ <persistent> int Grpc\CALL_ERROR_NOT_INVOKED ] { 6 }
+ Constant [ <persistent> int Grpc\CALL_ERROR_ALREADY_FINISHED ] { 7 }
+ Constant [ <persistent> int Grpc\CALL_ERROR_TOO_MANY_OPERATIONS ] { 8 }
+ Constant [ <persistent> int Grpc\CALL_ERROR_INVALID_FLAGS ] { 9 }
+ Constant [ <persistent> int Grpc\WRITE_BUFFER_HINT ] { 1 }
+ Constant [ <persistent> int Grpc\WRITE_NO_COMPRESS ] { 2 }
+ Constant [ <persistent> int Grpc\STATUS_OK ] { 0 }
+ Constant [ <persistent> int Grpc\STATUS_CANCELLED ] { 1 }
+ Constant [ <persistent> int Grpc\STATUS_UNKNOWN ] { 2 }
+ Constant [ <persistent> int Grpc\STATUS_INVALID_ARGUMENT ] { 3 }
+ Constant [ <persistent> int Grpc\STATUS_DEADLINE_EXCEEDED ] { 4 }
+ Constant [ <persistent> int Grpc\STATUS_NOT_FOUND ] { 5 }
+ Constant [ <persistent> int Grpc\STATUS_ALREADY_EXISTS ] { 6 }
+ Constant [ <persistent> int Grpc\STATUS_PERMISSION_DENIED ] { 7 }
+ Constant [ <persistent> int Grpc\STATUS_UNAUTHENTICATED ] { 16 }
+ Constant [ <persistent> int Grpc\STATUS_RESOURCE_EXHAUSTED ] { 8 }
+ Constant [ <persistent> int Grpc\STATUS_FAILED_PRECONDITION ] { 9 }
+ Constant [ <persistent> int Grpc\STATUS_ABORTED ] { 10 }
+ Constant [ <persistent> int Grpc\STATUS_OUT_OF_RANGE ] { 11 }
+ Constant [ <persistent> int Grpc\STATUS_UNIMPLEMENTED ] { 12 }
+ Constant [ <persistent> int Grpc\STATUS_INTERNAL ] { 13 }
+ Constant [ <persistent> int Grpc\STATUS_UNAVAILABLE ] { 14 }
+ Constant [ <persistent> int Grpc\STATUS_DATA_LOSS ] { 15 }
+ Constant [ <persistent> int Grpc\OP_SEND_INITIAL_METADATA ] { 0 }
+ Constant [ <persistent> int Grpc\OP_SEND_MESSAGE ] { 1 }
+ Constant [ <persistent> int Grpc\OP_SEND_CLOSE_FROM_CLIENT ] { 2 }
+ Constant [ <persistent> int Grpc\OP_SEND_STATUS_FROM_SERVER ] { 3 }
+ Constant [ <persistent> int Grpc\OP_RECV_INITIAL_METADATA ] { 4 }
+ Constant [ <persistent> int Grpc\OP_RECV_MESSAGE ] { 5 }
+ Constant [ <persistent> int Grpc\OP_RECV_STATUS_ON_CLIENT ] { 6 }
+ Constant [ <persistent> int Grpc\OP_RECV_CLOSE_ON_SERVER ] { 7 }
+ Constant [ <persistent> int Grpc\CHANNEL_IDLE ] { 0 }
+ Constant [ <persistent> int Grpc\CHANNEL_CONNECTING ] { 1 }
+ Constant [ <persistent> int Grpc\CHANNEL_READY ] { 2 }
+ Constant [ <persistent> int Grpc\CHANNEL_TRANSIENT_FAILURE ] { 3 }
+ Constant [ <persistent> int Grpc\CHANNEL_FATAL_FAILURE ] { 4 }
+ Constant [ <persistent> string Grpc\VERSION ] { 1.78.0 }
}
- Classes [7] {