Home
last modified time | relevance | path

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

/PHP-5.6/ext/spl/
H A Dspl_iterators.c120 smart_str postfix[1]; member
936 smart_str_free(&object->postfix[0]); in spl_RecursiveIteratorIterator_free_storage()
1079 RETVAL_STRINGL(object->postfix[0].c, object->postfix[0].len, 1); in spl_recursive_tree_iterator_get_postfix()
1134 char* postfix; in SPL_METHOD() local
1142 smart_str_appendl(&object->postfix[0], postfix, postfix_len); in SPL_METHOD()
1234 memcpy(ptr, Z_STRVAL(postfix), Z_STRLEN(postfix)); in SPL_METHOD()
1235 ptr += Z_STRLEN(postfix); in SPL_METHOD()
1240 zval_dtor(&postfix); in SPL_METHOD()
1293 memcpy(ptr, Z_STRVAL(postfix), Z_STRLEN(postfix)); in SPL_METHOD()
1294 ptr += Z_STRLEN(postfix); in SPL_METHOD()
[all …]

Completed in 13 milliseconds