ap_fwrite

「ap_fwrite」の編集履歴(バックアップ)一覧はこちら

ap_fwrite」(2009/01/05 (月) 22:29:36) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

include/util_filter.h /** * Write a buffer for the current filter, buffering if possible. * @param f the filter we are writing to * @param bb The brigade to buffer into * @param data The data to write * @param nbyte The number of bytes in the data */ #define ap_fwrite(f, bb, data, nbyte) \ apr_brigade_write(bb, ap_filter_flush, f, data, nbyte)

表示オプション

横に並べて表示:
変化行の前後のみ表示: