Home
last modified time | relevance | path

Searched defs:body_end (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmime_state.c321 MIME_STATE_ANY_END body_end; /* end of body output routine */ member
499 MIME_STATE_ANY_END body_end, in mime_state_alloc()
1223 static void body_end(void *context) in body_end() function
H A Dheader_body_checks.c552 static void body_end(void *context) in body_end() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1433 body_iterator body_end() { return body_begin() + size(); } in body_end() function
1451 const_body_iterator body_end() const { return body_begin() + size(); } in body_end() function