23 #ifndef HAVE_SCRATCH_H 24 #define HAVE_SCRATCH_H 33 #define SCRATCH_LINE_LEN_MAX 1024 scratch_buffer_t * _x_new_scratch_buffer(int num_lines)
Definition: scratch.c:111
#define XINE_MALLOC
Definition: attributes.h:119
void(* dispose)(scratch_buffer_t *this_gen)
Definition: scratch.h:42
int cur
Definition: scratch.h:48
pthread_mutex_t lock
Definition: scratch.h:50
int num_lines
Definition: scratch.h:47
char ** ordered
Definition: scratch.h:45
#define XINE_PROTECTED
Definition: attributes.h:73
void const char va_list ap
Definition: scratch.h:38
void XINE_FORMAT_PRINTF(2, 0)(*scratch_printf)(scratch_buffer_t *this_gen
void const char * format
Definition: scratch.h:38
char ** lines
Definition: scratch.h:44