Searched defs:zval_ptr (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | protobuf.h | 69 #define PHP_PROTO_ZVAL_STRING(zval_ptr, s, copy) \ argument 71 #define PHP_PROTO_ZVAL_STRINGL(zval_ptr, s, len, copy) \ argument 199 #define CREATE_OBJ_ON_ALLOCATED_ZVAL_PTR(zval_ptr, class_type) \ argument 209 #define php_proto_zval_ptr_dtor(zval_ptr) \ argument 225 #define PHP_PROTO_ALLOC_ARRAY(zval_ptr) \ argument 229 #define ZVAL_OBJ(zval_ptr, call_create) \ argument 271 #define PHP_PROTO_ZVAL_STRING(zval_ptr, s, copy) \ argument 273 #define PHP_PROTO_ZVAL_STRINGL(zval_ptr, s, len, copy) \ argument 474 #define CREATE_OBJ_ON_ALLOCATED_ZVAL_PTR(zval_ptr, class_type) \ argument 481 #define php_proto_zval_ptr_dtor(zval_ptr) \ argument [all …]
|