Go to the source code of this file.
Functions | |
void | grpc_init_channel_credentials (TSRMLS_D) |
static wrapped_grpc_channel_credentials * | wrapped_grpc_channel_credentials_from_obj (zend_object *obj) |
Variables | |
zend_class_entry * | grpc_ce_channel_credentials |
zend_bool | has_call_creds |
char * | hashstr |
grpc_channel_credentials * | wrapped |
void grpc_init_channel_credentials | ( | TSRMLS_D | ) |
Definition at line 326 of file channel_credentials.c.
|
inlinestatic |
Definition at line 38 of file channel_credentials.h.
zend_class_entry* grpc_ce_channel_credentials |
class ChannelCredentials
Definition at line 36 of file channel_credentials.c.
zend_bool has_call_creds |
Definition at line 34 of file channel_credentials.h.
char* hashstr |
Definition at line 33 of file channel_credentials.h.
grpc_channel_credentials* wrapped |
Definition at line 32 of file channel_credentials.h.