Home
last modified time | relevance | path

Searched refs:zval (Results 1 – 25 of 27) sorted by relevance

12

/external/grpc-grpc/src/php/ext/grpc/
Dtimeval.c41 zval *grpc_php_wrap_timeval(gpr_timespec wrapped TSRMLS_DC) { in grpc_php_wrap_timeval()
42 zval *timeval_object; in grpc_php_wrap_timeval()
78 zval *other_obj; in PHP_METHOD()
91 zval *sum = in PHP_METHOD()
104 zval *other_obj; in PHP_METHOD()
117 zval *diff = in PHP_METHOD()
131 zval *a_obj; in PHP_METHOD()
132 zval *b_obj; in PHP_METHOD()
158 zval *a_obj; in PHP_METHOD()
159 zval *b_obj; in PHP_METHOD()
[all …]
Dcall.c54 zval *grpc_parse_metadata_array(grpc_metadata_array in grpc_parse_metadata_array()
58 zval *array; in grpc_parse_metadata_array()
63 zval *inner_array; in grpc_parse_metadata_array()
67 zval *data = NULL; in grpc_parse_metadata_array()
111 bool create_metadata_array(zval *array, grpc_metadata_array *metadata) { in create_metadata_array()
114 zval *value; in create_metadata_array()
115 zval *inner_array; in create_metadata_array()
179 zval *grpc_php_wrap_call(grpc_call *wrapped, bool owned TSRMLS_DC) { in grpc_php_wrap_call()
180 zval *call_object; in grpc_php_wrap_call()
199 zval *channel_obj; in PHP_METHOD()
[all …]
Dcall_credentials.c50 zval *grpc_php_wrap_call_credentials(grpc_call_credentials in grpc_php_wrap_call_credentials()
52 zval *credentials_object; in grpc_php_wrap_call_credentials()
69 zval *cred1_obj; in PHP_METHOD()
70 zval *cred2_obj; in PHP_METHOD()
88 zval *creds_object = grpc_php_wrap_call_credentials(creds TSRMLS_CC); in PHP_METHOD()
132 zval *creds_object = grpc_php_wrap_call_credentials(creds TSRMLS_CC); in PHP_METHOD()
149 zval *arg; in plugin_get_metadata()
154 zval *retval = NULL; in plugin_get_metadata()
156 zval **params[1]; in plugin_get_metadata()
Dchannel_credentials.c68 zval *grpc_php_wrap_channel_credentials(grpc_channel_credentials *wrapped, in grpc_php_wrap_channel_credentials()
71 zval *credentials_object; in grpc_php_wrap_channel_credentials()
109 zval *creds_object = grpc_php_wrap_channel_credentials(creds, NULL, false in PHP_METHOD()
162 zval *creds_object = grpc_php_wrap_channel_credentials(creds, hashstr, false in PHP_METHOD()
175 zval *cred1_obj; in PHP_METHOD()
176 zval *cred2_obj; in PHP_METHOD()
200 zval *creds_object = in PHP_METHOD()
Dcall.h44 zval *grpc_parse_metadata_array(grpc_metadata_array *metadata_array TSRMLS_DC);
47 zval *grpc_php_wrap_call(grpc_call *wrapped, bool owned TSRMLS_DC);
54 bool create_metadata_array(zval *array, grpc_metadata_array *metadata);
Dphp7_wrapper.h84 zval **tmp_data = NULL; \
91 zval **tmp##key = NULL; \
106 zval **tmp##key = NULL; \
119 zval **data = NULL; in php_grpc_zend_hash_find()
167 zval tmp; \
177 pzv = (zval *)emalloc(sizeof(zval));
243 zval *value_tmp = zend_hash_str_find(ht, key, len -1); in php_grpc_zend_hash_find()
Dserver_credentials.c45 zval *grpc_php_wrap_server_credentials(grpc_server_credentials in grpc_php_wrap_server_credentials()
47 zval *server_credentials_object; in grpc_php_wrap_server_credentials()
87 zval *creds_object = grpc_php_wrap_server_credentials(creds TSRMLS_CC); in PHP_METHOD()
Dchannel.c100 int php_grpc_read_args_array(zval *args_array, in php_grpc_read_args_array()
115 zval *data; in php_grpc_read_args_array()
157 zval *data; in php_grpc_persistent_list_delete_unused_channel()
300 zval *creds_obj = NULL; in PHP_METHOD()
303 zval *args_array = NULL; in PHP_METHOD()
309 zval *force_new_obj = NULL; in PHP_METHOD()
506 zval *deadline_obj; in PHP_METHOD()
655 zval *data; in PHP_METHOD()
663 zval* ret_arr; in PHP_METHOD()
Dserver.c65 zval *args_array = NULL; in PHP_METHOD()
102 zval *result; in PHP_METHOD()
174 zval *creds_obj; in PHP_METHOD()
Dtimeval.h45 zval *grpc_php_wrap_timeval(gpr_timespec wrapped TSRMLS_DC);
Dchannel.h52 int php_grpc_read_args_array(zval *args_array, grpc_channel_args *args
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c227 zval* array = (zval*)closure; \
259 zval* array = (zval*)frame->closure; in appendstr_end_handler()
264 zval* str; in appendstr_end_handler()
300 static void *empty_php_string(zval** value_ptr) { in DEFINE_SINGULAR_HANDLER()
310 static void *empty_php_string(zval* value_ptr) {
319 static void *empty_php_string2(zval** value_ptr) { in empty_php_string2()
328 static void new_php_string(zval** value_ptr, const char* str, size_t len) { in new_php_string()
338 static void *empty_php_string2(zval* value_ptr) { in empty_php_string2()
345 static void new_php_string(zval* value_ptr, const char* str, size_t len) { in new_php_string()
390 zval* array = (zval*)closure; in appendsubmsg_handler()
[all …]
Dmessage.c68 static void message_set_property(zval* object, zval* member, zval* value,
70 static zval* message_get_property(zval* object, zval* member, int type,
72 static zval** message_get_property_ptr_ptr(zval* object, zval* member, int type,
74 static HashTable* message_get_gc(zval* object, zval*** table, int* n TSRMLS_DC);
76 static void message_set_property(zval* object, zval* member, zval* value,
78 static zval* message_get_property(zval* object, zval* member, int type,
79 void** cache_slot, zval* rv);
80 static zval* message_get_property_ptr_ptr(zval* object, zval* member, int type,
82 static HashTable* message_get_gc(zval* object, zval** table, int* n);
84 static HashTable* message_get_properties(zval* object TSRMLS_DC);
[all …]
Darray.c72 static int repeated_field_array_init(zval *array, upb_fieldtype_t type,
74 static void repeated_field_write_dimension(zval *object, zval *offset,
75 zval *value TSRMLS_DC);
76 static int repeated_field_has_dimension(zval *object, zval *offset TSRMLS_DC);
77 static HashTable *repeated_field_get_gc(zval *object, CACHED_VALUE **table,
138 static inline void php_proto_array_string_release(zval *value) {
144 static inline void php_proto_array_object_release(zval *value) {
147 static void php_proto_array_default_release(zval* value) {
153 static int repeated_field_array_init(zval *array, upb_fieldtype_t type, in repeated_field_array_init()
178 static void repeated_field_write_dimension(zval *object, zval *offset, in repeated_field_write_dimension()
[all …]
Dstorage.c88 void* memory, zval* value PHP_PROTO_TSRMLS_DC) { in native_slot_set()
101 zval* cached_zval = CACHED_PTR_TO_ZVAL_PTR((CACHED_VALUE*)memory); in native_slot_set()
104 REPLACE_ZVAL_VALUE((zval**)memory, value, 1); in native_slot_set()
121 zval* property_ptr = CACHED_PTR_TO_ZVAL_PTR((CACHED_VALUE*)memory); in native_slot_set()
127 DEREF(memory, zval*) = value; in native_slot_set()
163 zval* value TSRMLS_DC) { in native_slot_set_by_array()
184 MAKE_STD_ZVAL(DEREF(memory, zval*)); in native_slot_set_by_array()
185 PHP_PROTO_ZVAL_STRINGL(DEREF(memory, zval*), Z_STRVAL_P(value), in native_slot_set_by_array()
203 if (EXPECTED(DEREF(memory, zval*) != value)) { in native_slot_set_by_array()
204 DEREF(memory, zval*) = value; in native_slot_set_by_array()
[all …]
Dtype_check.c242 bool protobuf_convert_to_##type(zval* from, type##_t* to) { \
306 bool protobuf_convert_to_##type(zval* from, type* to) { \
334 bool protobuf_convert_to_bool(zval* from, int8_t* to) { in protobuf_convert_to_bool()
375 bool protobuf_convert_to_string(zval* from) { in protobuf_convert_to_string()
394 zval tmp; in protobuf_convert_to_string()
433 zval* val; in PHP_TYPE_CHECK()
452 zval* val, zval* return_value) { in check_repeated_field()
466 zval* repeated_field; in check_repeated_field()
469 zval repeated_field; in check_repeated_field()
514 zval* val; in PHP_METHOD()
[all …]
Dmap.c89 static bool table_key(Map* self, zval* key, in table_key()
152 static void map_field_write_dimension(zval *object, zval *key,
153 zval *value TSRMLS_DC);
170 static HashTable *map_field_get_gc(zval *object, CACHED_VALUE **table, in map_field_get_gc()
273 static bool map_field_read_dimension(zval *object, zval *key, int type, in map_field_read_dimension()
342 static void map_field_write_dimension(zval *object, zval *key, in map_field_write_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()
422 zval *key; in PHP_METHOD()
445 zval *index, *value; in PHP_METHOD()
[all …]
Dprotobuf.h192 #define CACHED_VALUE zval*
240 #define PHP_PROTO_HASHTABLE_VALUE zval*
286 zval* pData) { in php_proto_zend_hash_index_update_zval()
295 zval temp; in php_proto_zend_hash_update()
312 zval* pData) { in php_proto_zend_hash_update_zval()
331 zval* result = zend_hash_index_find(ht, h); in php_proto_zend_hash_index_find_zval()
355 zval* result = zend_hash_find(ht, internal_key); in php_proto_zend_hash_find_zval()
372 zval tmp; in php_proto_zend_hash_next_index_insert_zval()
374 zval* result = zend_hash_next_index_insert(ht, &tmp); in php_proto_zend_hash_next_index_insert_zval()
467 #define CACHED_VALUE zval
[all …]
Dprotobuf.c61 zval* pDest = NULL; in add_to_table()
63 sizeof(zval*), (void**)&pDest); in add_to_table()
82 zval* pDest = NULL; in add_to_list()
89 zval* pDest = NULL; in add_to_strtable()
235 static void php_proto_hashtable_descriptor_release(zval* value) { in php_proto_hashtable_descriptor_release()
307 zval tmp; in PHP_RSHUTDOWN_FUNCTION()
312 zval tmp; in PHP_RSHUTDOWN_FUNCTION()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DTricubicSplineInterpolator.java37 final double[] zval, in interpolate() argument
40 if (xval.length == 0 || yval.length == 0 || zval.length == 0 || fval.length == 0) { in interpolate()
49 MathUtils.checkOrder(zval); in interpolate()
53 final int zLen = zval.length; in interpolate()
84 xSplineYZ[i] = bsi.interpolate(yval, zval, fval[i]); in interpolate()
91 ySplineZX[j] = bsi.interpolate(zval, xval, fvalZX[j]); in interpolate()
126 final double z = zval[k]; in interpolate()
138 final double z = zval[k]; in interpolate()
163 ((xval[nI] - xval[pI]) * (yval[nJ] - yval[pJ]) * (zval[nK] - zval[pK])) ; in interpolate()
169 return new TricubicSplineInterpolatingFunction(xval, yval, zval, fval, in interpolate()
DSmoothingBicubicSplineInterpolator.java52 final double[][] zval) in interpolate() argument
54 if (xval.length == 0 || yval.length == 0 || zval.length == 0) { in interpolate()
57 if (xval.length != zval.length) { in interpolate()
58 throw new DimensionMismatchException(xval.length, zval.length); in interpolate()
73 if (zval[i].length != yLen) { in interpolate()
74 throw new DimensionMismatchException(zval[i].length, yLen); in interpolate()
78 zX[j][i] = zval[i][j]; in interpolate()
DTricubicSplineInterpolatingFunction.java116 private final double[] zval; field in TricubicSplineInterpolatingFunction
194 zval = z.clone(); in TricubicSplineInterpolatingFunction()
318 final int k = searchIndex(z, zval); in value()
320 throw new OutOfRangeException(z, zval[0], zval[zval.length - 1]); in value()
325 final double zN = (z - zval[k]) / (zval[k + 1] - zval[k]); in value()
DTrivariateRealGridInterpolator.java47 … TrivariateRealFunction interpolate(double[] xval, double[] yval, double[] zval, double[][][] fval) in interpolate() argument
/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/
DComplexAnnotatedClass.java21 @ComplexAnnotation(ival = 4, bval = 2, cval = '5', fval = 3.0f, dval = 33.4, zval = false, jval = 5…
DComplexAnnotation.java37 boolean zval(); in zval() method

12