Searched refs:CLEANUP_REGION (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_region.c12 /* CLEANUP_REGION *cleanup_region_open(state, space_needed)
18 /* CLEANUP_REGION *rp;
20 /* CLEANUP_REGION *cleanup_region_return(state, rp)
22 /* CLEANUP_REGION *rp;
94 static CLEANUP_REGION *cleanup_region_alloc(off_t start, off_t len)
96 CLEANUP_REGION *rp;
98 rp = (CLEANUP_REGION *) mymalloc(sizeof(*rp));
108 static CLEANUP_REGION *cleanup_region_free(CLEANUP_REGION *regions)
110 CLEANUP_REGION *r
[all...]
H A Dcleanup.h122 struct CLEANUP_REGION *free_regions;/* unused regions */
123 struct CLEANUP_REGION *body_regions;/* regions with body content */
124 struct CLEANUP_REGION *curr_body_region;
324 typedef struct CLEANUP_REGION { struct
328 struct CLEANUP_REGION *next; /* linkage */
329 } CLEANUP_REGION; typedef in typeref:struct:CLEANUP_REGION
332 extern CLEANUP_REGION *cleanup_region_open(CLEANUP_STATE *, ssize_t);
333 extern void cleanup_region_close(CLEANUP_STATE *, CLEANUP_REGION *);
334 extern CLEANUP_REGION *cleanup_region_return(CLEANUP_STATE *, CLEANUP_REGION *);
[all...]
H A Dcleanup_body_edit.c92 CLEANUP_REGION *curr_rp;
152 CLEANUP_REGION *curr_rp = state->curr_body_region;
153 CLEANUP_REGION *next_rp;
215 CLEANUP_REGION *curr_rp = state->curr_body_region;

Completed in 180 milliseconds