Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 1 – 13 of 13) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Ddef.c150 static void descriptor_free_c(Descriptor *self TSRMLS_DC) { in descriptor_free_c()
156 static void descriptor_init_c_instance(Descriptor *desc TSRMLS_DC) { in descriptor_init_c_instance()
277 static void enum_descriptor_free_c(EnumDescriptor *self TSRMLS_DC) { in enum_descriptor_free_c()
280 static void enum_descriptor_init_c_instance(EnumDescriptor *self TSRMLS_DC) { in enum_descriptor_init_c_instance()
332 static void enum_value_descriptor_free_c(EnumValueDescriptor *self TSRMLS_DC) { in enum_value_descriptor_free_c()
335 static void enum_value_descriptor_init_c_instance(EnumValueDescriptor *self TSRMLS_DC) { in enum_value_descriptor_init_c_instance()
368 static void field_descriptor_free_c(FieldDescriptor *self TSRMLS_DC) { in field_descriptor_free_c()
371 static void field_descriptor_init_c_instance(FieldDescriptor *self TSRMLS_DC) { in field_descriptor_init_c_instance()
486 static void oneof_descriptor_free_c(Oneof *self TSRMLS_DC) { in oneof_descriptor_free_c()
489 static void oneof_descriptor_init_c_instance(Oneof *self TSRMLS_DC) { in oneof_descriptor_init_c_instance()
[all …]
Dstorage.c163 zval* value TSRMLS_DC) { in native_slot_set_by_array()
220 void* memory, zval* value TSRMLS_DC) { in native_slot_set_by_map()
312 CACHED_VALUE* cache TSRMLS_DC) { in native_slot_get()
389 CACHED_VALUE* cache TSRMLS_DC) { in native_slot_get_by_array()
421 int length, CACHED_VALUE* cache TSRMLS_DC) { in native_slot_get_by_map_key()
434 CACHED_VALUE* cache TSRMLS_DC) { in native_slot_get_by_map_value()
454 CACHED_VALUE* cache TSRMLS_DC) { in native_slot_get_default()
813 const upb_fielddef* field, CACHED_VALUE* cache TSRMLS_DC) { in layout_get()
835 const upb_fielddef* field, zval* val TSRMLS_DC) { in layout_set()
1138 const upb_oneofdef* oneof TSRMLS_DC) { in layout_get_oneof_case()
Dmap.c92 size_t* out_length TSRMLS_DC) { in table_key()
171 int *n TSRMLS_DC) { in map_field_get_gc()
274 CACHED_VALUE *retval TSRMLS_DC) { in map_field_read_dimension()
343 zval *value TSRMLS_DC) { in map_field_write_dimension()
368 static bool map_field_unset_dimension(zval *object, zval *key TSRMLS_DC) { in map_field_unset_dimension()
495 void map_begin(zval *map_php, MapIter *iter TSRMLS_DC) { in map_begin()
Dmessage.c123 zval* value TSRMLS_DC) { in message_set_property_internal()
138 php_proto_zend_literal key TSRMLS_DC) {
162 zval* member TSRMLS_DC) {
184 zval* return_value TSRMLS_DC) {
198 const zend_literal* key TSRMLS_DC) {
224 TSRMLS_DC) {
232 static HashTable* message_get_properties(zval* object TSRMLS_DC) {
237 int* n TSRMLS_DC) {
275 PHP_PROTO_HASHTABLE_VALUE php_descriptor TSRMLS_DC) {
304 zend_class_entry* subklass, RepeatedField* intern, zval* value TSRMLS_DC) {
[all …]
Darray.c179 zval *value TSRMLS_DC) { in repeated_field_write_dimension()
217 int *n TSRMLS_DC) {
231 void *repeated_field_index_native(RepeatedField *intern, int index TSRMLS_DC) {
Dencode_decode.c1103 bool is_json TSRMLS_DC) { in put_optional_value()
1177 int depth, bool is_json TSRMLS_DC) { in putmap()
1222 int depth, bool is_json TSRMLS_DC) { in putmsg()
1231 upb_sink sink, int depth TSRMLS_DC) { in putjsonany()
1320 upb_sink sink, int depth TSRMLS_DC) { in putjsonlistvalue()
1350 upb_sink sink, int depth TSRMLS_DC) { in putjsonstruct()
1378 bool open_msg TSRMLS_DC) { in putrawmsg()
1545 int depth, bool is_json TSRMLS_DC) { in putsubmsg()
1553 upb_sink sink, int depth, bool is_json TSRMLS_DC) { in putrawsubmsg()
1565 int depth, bool is_json TSRMLS_DC) { in putarray()
[all …]
Dprotobuf.h519 const char* name, int name_length, zend_class_entry** ce TSRMLS_DC) { in php_proto_zend_lookup_class()
/external/grpc-grpc/src/php/ext/grpc/
Dchannel.c101 grpc_channel_args *args TSRMLS_DC) { in php_grpc_read_args_array()
156 target_bound_le_t* target_bound_status TSRMLS_DC) { in php_grpc_persistent_list_delete_unused_channel()
239 int target_upper_bound TSRMLS_DC) { in create_and_add_channel_to_persistent_list()
548 TSRMLS_DC) { in php_grpc_delete_persistent_list_entry()
560 TSRMLS_DC) { in php_grpc_channel_plink_dtor()
575 TSRMLS_DC) { in php_grpc_target_bound_dtor()
Dserver_credentials.c46 *wrapped TSRMLS_DC) { in grpc_php_wrap_server_credentials()
Dcall.c55 *metadata_array TSRMLS_DC) { in grpc_parse_metadata_array()
179 zval *grpc_php_wrap_call(grpc_call *wrapped, bool owned TSRMLS_DC) { in grpc_php_wrap_call()
Dcall_credentials.c51 *wrapped TSRMLS_DC) { in grpc_php_wrap_call_credentials()
Dchannel_credentials.c70 zend_bool has_call_creds TSRMLS_DC) { in grpc_php_wrap_channel_credentials()
Dtimeval.c41 zval *grpc_php_wrap_timeval(gpr_timespec wrapped TSRMLS_DC) { in grpc_php_wrap_timeval()