Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_iterators.c120 smart_str postfix[1]; member
892 smart_str_free(&object->postfix[0]); in spl_RecursiveIteratorIterator_free_storage()
1035 RETVAL_STRINGL(object->postfix[0].c, object->postfix[0].len, 1); in spl_recursive_tree_iterator_get_postfix()
1083 char* postfix; in SPL_METHOD() local
1091 smart_str_appendl(&object->postfix[0], postfix, postfix_len); in SPL_METHOD()
1164 memcpy(ptr, Z_STRVAL(postfix), Z_STRLEN(postfix)); in SPL_METHOD()
1165 ptr += Z_STRLEN(postfix); in SPL_METHOD()
1170 zval_dtor(&postfix); in SPL_METHOD()
1221 memcpy(ptr, Z_STRVAL(postfix), Z_STRLEN(postfix)); in SPL_METHOD()
1222 ptr += Z_STRLEN(postfix); in SPL_METHOD()
[all …]

Completed in 18 milliseconds