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

/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitExecAllocator.c197 struct block_header *next_header; local
251 next_header = AS_BLOCK_HEADER(free_block, chunk_size);
257 next_header = AS_BLOCK_HEADER(header, chunk_size);
259 next_header->size = 1;
260 next_header->prev_size = chunk_size;
H A DsljitProtExecAllocator.c270 struct block_header *next_header; local
334 next_header = AS_BLOCK_HEADER(free_block, chunk_size);
340 next_header = AS_BLOCK_HEADER(header, chunk_size);
342 next_header->size = 1;
343 next_header->prev_size = chunk_size;
344 next_header->executable_offset = executable_offset;
/netbsd-current/libexec/httpd/
H A Dbozohttpd.c804 goto next_header;
843 next_header:

Completed in 134 milliseconds