pike.git
/
src
/
modules
/
_Roxen
/
roxen.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/_Roxen/roxen.c:28:
#include "module_support.h" #include "backend.h" #include "threads.h" #include "operators.h" /* must be last include! */ #include "module_magic.h" /**** CLASS HeaderParser */
-
#define THP ((struct header_buf *)Pike_fp->current_
object->
storage)
+
#define THP ((struct header_buf *)Pike_fp->current_storage)
struct header_buf { char headers[8192]; char *pnt; ptrdiff_t left; int slash_n, spc; }; static void f_hp_feed( INT32 args ) {