Lines Matching refs:ZSTR_LEN

51 	if ((*pos + 1) >= ZSTR_LEN(*buffer)) {  in php_sprintf_appendchar()
52 …PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(), ZSTR_LEN(*buff… in php_sprintf_appendchar()
53 *buffer = zend_string_extend(*buffer, ZSTR_LEN(*buffer) << 1, 0); in php_sprintf_appendchar()
64 if ((*pos + len) >= ZSTR_LEN(*buffer)) { in php_sprintf_appendchars()
65 size_t nlen = ZSTR_LEN(*buffer); in php_sprintf_appendchars()
67 …PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(), ZSTR_LEN(*buff… in php_sprintf_appendchars()
94 *buffer, *pos, ZSTR_LEN(*buffer), add, min_width, padding, alignment)); in php_sprintf_appendstring()
103 if (req_size > ZSTR_LEN(*buffer)) { in php_sprintf_appendstring()
104 size_t size = ZSTR_LEN(*buffer); in php_sprintf_appendstring()
147 *buffer, pos, &ZSTR_LEN(*buffer), number, width, padding, alignment)); in php_sprintf_appendint()
191 *buffer, pos, &ZSTR_LEN(*buffer), number, width, padding, alignment)); in php_sprintf_appenduint()
233 *buffer, pos, &ZSTR_LEN(*buffer), number, width, padding, alignment, fmt)); in php_sprintf_appenddouble()
331 *buffer, pos, &ZSTR_LEN(*buffer), number, width, padding, alignment, n, in php_sprintf_append2n()
626 ZSTR_LEN(str), in php_formatted_print()
726 ZSTR_LEN(result) = outpos; in php_formatted_print()
821 rlen = PHPWRITE(ZSTR_VAL(result), ZSTR_LEN(result)); in PHP_FUNCTION()
850 rlen = PHPWRITE(ZSTR_VAL(result), ZSTR_LEN(result)); in PHP_FUNCTION()
879 php_stream_write(stream, ZSTR_VAL(result), ZSTR_LEN(result)); in PHP_FUNCTION()
881 RETVAL_LONG(ZSTR_LEN(result)); in PHP_FUNCTION()
913 php_stream_write(stream, ZSTR_VAL(result), ZSTR_LEN(result)); in PHP_FUNCTION()
915 RETVAL_LONG(ZSTR_LEN(result)); in PHP_FUNCTION()