Home
last modified time | relevance | path

Searched refs:PHP_PROTO_ZVAL_STRINGL (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dstorage.c185 PHP_PROTO_ZVAL_STRINGL(DEREF(memory, zval*), Z_STRVAL_P(value), in native_slot_set_by_array()
242 PHP_PROTO_ZVAL_STRINGL(DEREF(memory, zval*), Z_STRVAL_P(value), in native_slot_set_by_map()
370 PHP_PROTO_ZVAL_STRINGL(CACHED_PTR_TO_ZVAL_PTR(cache), Z_STRVAL_P(value), in native_slot_get()
396 PHP_PROTO_ZVAL_STRINGL(CACHED_PTR_TO_ZVAL_PTR(cache), in native_slot_get_by_array()
425 PHP_PROTO_ZVAL_STRINGL(CACHED_PTR_TO_ZVAL_PTR(cache), memory, length, 1); in native_slot_get_by_map_key()
493 PHP_PROTO_ZVAL_STRINGL(CACHED_PTR_TO_ZVAL_PTR(cache), "", 0, 1); in native_slot_get_default()
988 PHP_PROTO_ZVAL_STRINGL(DEREF(to_memory, zval*), in native_slot_merge_by_array()
Dencode_decode.c266 PHP_PROTO_ZVAL_STRINGL(str, frame->sink.ptr, frame->sink.len, 1); in appendstr_end_handler()
492 PHP_PROTO_ZVAL_STRINGL(tmp, "", 0, 1); in map_slot_init()
496 PHP_PROTO_ZVAL_STRINGL(*(zval**)memory, "", 0, 1); in map_slot_init()
Dprotobuf.h71 #define PHP_PROTO_ZVAL_STRINGL(zval_ptr, s, len, copy) \ macro
273 #define PHP_PROTO_ZVAL_STRINGL(zval_ptr, s, len, copy) \ macro