Home
last modified time | relevance | path

Searched defs:str (Results 1 – 6 of 6) sorted by last modified time

/ext-ds/src/ds/
H A Dds_set.c168 zend_string *str = ds_htable_join_keys(set->table, glue, len); in ds_set_join() local
H A Dds_htable.c209 static inline uint32_t get_string_hash(zend_string *str) in get_string_hash()
760 smart_str str = {0}; in ds_htable_join_keys() local
H A Dds_deque.c490 void ds_deque_join(ds_deque_t *deque, char *str, size_t len, zval *return_value) in ds_deque_join()
H A Dds_vector.c241 void ds_vector_join(ds_vector_t *vector, char *str, size_t len, zval *return_value) in ds_vector_join()
/ext-ds/src/
H A Dcommon.h32 #define STR_AND_LEN(str) str, sizeof(str) - 1 argument
H A Dcommon.c160 zend_string *str = zval_get_string(value); in smart_str_appendz() local
171 smart_str str = {0}; in ds_join_zval_buffer() local
244 zend_string *str; in ds_throw_exception() local

Completed in 31 milliseconds