Lines Matching refs:ZSTR_LEN

56 	if ((*pos + 1) >= ZSTR_LEN(*buffer)) {  in php_sprintf_appendchar()
57 …PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(), ZSTR_LEN(*buff… in php_sprintf_appendchar()
58 *buffer = zend_string_extend(*buffer, ZSTR_LEN(*buffer) << 1, 0); in php_sprintf_appendchar()
69 if ((*pos + len) >= ZSTR_LEN(*buffer)) { in php_sprintf_appendchars()
70 size_t nlen = ZSTR_LEN(*buffer); in php_sprintf_appendchars()
72 …PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(), ZSTR_LEN(*buff… in php_sprintf_appendchars()
99 *buffer, *pos, ZSTR_LEN(*buffer), add, min_width, padding, alignment)); in php_sprintf_appendstring()
108 if (req_size > ZSTR_LEN(*buffer)) { in php_sprintf_appendstring()
109 size_t size = ZSTR_LEN(*buffer); in php_sprintf_appendstring()
152 *buffer, pos, &ZSTR_LEN(*buffer), number, width, padding, alignment)); in php_sprintf_appendint()
196 *buffer, pos, &ZSTR_LEN(*buffer), number, width, padding, alignment)); in php_sprintf_appenduint()
238 *buffer, pos, &ZSTR_LEN(*buffer), number, width, padding, alignment, fmt)); in php_sprintf_appenddouble()
327 *buffer, pos, &ZSTR_LEN(*buffer), number, width, padding, alignment, n, in php_sprintf_append2n()
548 ZSTR_LEN(str), in php_formatted_print()
636 ZSTR_LEN(result) = outpos; in php_formatted_print()
728 rlen = PHPWRITE(ZSTR_VAL(result), ZSTR_LEN(result)); in PHP_FUNCTION()
755 rlen = PHPWRITE(ZSTR_VAL(result), ZSTR_LEN(result)); in PHP_FUNCTION()
787 php_stream_write(stream, ZSTR_VAL(result), ZSTR_LEN(result)); in PHP_FUNCTION()
789 RETVAL_LONG(ZSTR_LEN(result)); in PHP_FUNCTION()
823 php_stream_write(stream, ZSTR_VAL(result), ZSTR_LEN(result)); in PHP_FUNCTION()
825 RETVAL_LONG(ZSTR_LEN(result)); in PHP_FUNCTION()