Lines Matching refs:output
2 ob_start() chunk_size: confirm buffer is flushed after any output call that causes its length to eq…
7 * Function is implemented in main/output.c
18 echo "\n----( chunk_size: $cs, output append size: 1 )----\n";
26 echo "\n----( chunk_size: $cs, output append size: 4 )----\n";
36 ----( chunk_size: -1, output append size: 1 )----
39 ----( chunk_size: 0, output append size: 1 )----
42 ----( chunk_size: 1, output append size: 1 )----
45 ----( chunk_size: 2, output append size: 1 )----
52 ----( chunk_size: 3, output append size: 1 )----
57 ----( chunk_size: 4, output append size: 1 )----
62 ----( chunk_size: 5, output append size: 1 )----
66 ----( chunk_size: 6, output append size: 1 )----
70 ----( chunk_size: 7, output append size: 1 )----
74 ----( chunk_size: 8, output append size: 1 )----
78 ----( chunk_size: 9, output append size: 1 )----
81 ----( chunk_size: -1, output append size: 4 )----
84 ----( chunk_size: 0, output append size: 4 )----
87 ----( chunk_size: 1, output append size: 4 )----
90 ----( chunk_size: 2, output append size: 4 )----
95 ----( chunk_size: 3, output append size: 4 )----
100 ----( chunk_size: 4, output append size: 4 )----
105 ----( chunk_size: 5, output append size: 4 )----
109 ----( chunk_size: 6, output append size: 4 )----
113 ----( chunk_size: 7, output append size: 4 )----
117 ----( chunk_size: 8, output append size: 4 )----
121 ----( chunk_size: 9, output append size: 4 )----