Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_iterators.c119 smart_str postfix[1]; member
955 smart_str_free(&object->postfix[0]); in spl_RecursiveIteratorIterator_free_storage()
1095 RETVAL_STR(object->postfix[0].s); in spl_recursive_tree_iterator_get_postfix()
1152 char* postfix; in SPL_METHOD() local
1160 smart_str_appendl(&object->postfix[0], postfix, postfix_len); in SPL_METHOD()
1253 memcpy(ptr, Z_STRVAL(postfix), Z_STRLEN(postfix)); in SPL_METHOD()
1254 ptr += Z_STRLEN(postfix); in SPL_METHOD()
1259 zval_ptr_dtor(&postfix); in SPL_METHOD()
1307 memcpy(ptr, Z_STRVAL(postfix), Z_STRLEN(postfix)); in SPL_METHOD()
1308 ptr += Z_STRLEN(postfix); in SPL_METHOD()
[all …]

Completed in 32 milliseconds