Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_region.c96 static CLEANUP_REGION *cleanup_region_alloc(off_t start, off_t len) in cleanup_region_alloc()
98 CLEANUP_REGION *rp; in cleanup_region_alloc()
100 rp = (CLEANUP_REGION *) mymalloc(sizeof(*rp)); in cleanup_region_alloc()
110 static CLEANUP_REGION *cleanup_region_free(CLEANUP_REGION *regions) in cleanup_region_free()
112 CLEANUP_REGION *rp; in cleanup_region_free()
113 CLEANUP_REGION *next; in cleanup_region_free()
147 CLEANUP_REGION *cleanup_region_open(CLEANUP_STATE *state, ssize_t len) in cleanup_region_open()
150 CLEANUP_REGION **rpp; in cleanup_region_open()
151 CLEANUP_REGION *rp; in cleanup_region_open()
198 void cleanup_region_close(CLEANUP_STATE *unused_state, CLEANUP_REGION *rp) in cleanup_region_close()
[all …]
H A Dcleanup.h127 struct CLEANUP_REGION *free_regions;/* unused regions */
128 struct CLEANUP_REGION *body_regions;/* regions with body content */
129 struct CLEANUP_REGION *curr_body_region;
335 typedef struct CLEANUP_REGION { struct
339 struct CLEANUP_REGION *next; /* linkage */ argument
340 } CLEANUP_REGION; typedef
343 extern CLEANUP_REGION *cleanup_region_open(CLEANUP_STATE *, ssize_t);
344 extern void cleanup_region_close(CLEANUP_STATE *, CLEANUP_REGION *);
345 extern CLEANUP_REGION *cleanup_region_return(CLEANUP_STATE *, CLEANUP_REGION *);
H A Dcleanup_body_edit.c99 CLEANUP_REGION *curr_rp; in cleanup_body_edit_start()
159 CLEANUP_REGION *curr_rp = state->curr_body_region; in cleanup_body_edit_write()
160 CLEANUP_REGION *next_rp; in cleanup_body_edit_write()
229 CLEANUP_REGION *curr_rp = state->curr_body_region; in cleanup_body_edit_finish()