Lines Matching refs:postfix
120 smart_str postfix[1]; member
936 smart_str_free(&object->postfix[0]); in spl_RecursiveIteratorIterator_free_storage()
959 smart_str_appendl(&intern->postfix[0], "", 0); in spl_RecursiveIteratorIterator_new_ex()
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
1137 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &postfix, &postfix_len) == FAILURE) { in SPL_METHOD()
1141 smart_str_free(&object->postfix[0]); in SPL_METHOD()
1142 smart_str_appendl(&object->postfix[0], postfix, postfix_len); in SPL_METHOD()
1188 zval prefix, entry, postfix; in SPL_METHOD() local
1224 spl_recursive_tree_iterator_get_postfix(object, &postfix TSRMLS_CC); in SPL_METHOD()
1226 str_len = Z_STRLEN(prefix) + Z_STRLEN(entry) + Z_STRLEN(postfix); 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()
1251 zval prefix, key, postfix, key_copy; in SPL_METHOD() local
1283 spl_recursive_tree_iterator_get_postfix(object, &postfix TSRMLS_CC); in SPL_METHOD()
1285 str_len = Z_STRLEN(prefix) + Z_STRLEN(key) + Z_STRLEN(postfix); in SPL_METHOD()
1293 memcpy(ptr, Z_STRVAL(postfix), Z_STRLEN(postfix)); in SPL_METHOD()
1294 ptr += Z_STRLEN(postfix); in SPL_METHOD()
1299 zval_dtor(&postfix); in SPL_METHOD()