Home
last modified time | relevance | path

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

/include/
A Dregex.h8 extern const char *__re_compile_pattern (const char *pattern, size_t length,
15 int length, int start, int range,
25 int length, int start, struct re_registers *regs);
A Dscratch_buffer.h68 size_t length; /* Allocated space at the data pointer, in bytes. */ member
78 buffer->length = sizeof (buffer->__space); in scratch_buffer_init()
A Dalloc_buffer.h188 alloc_buffer_alloc_bytes (struct alloc_buffer *buf, size_t length) in alloc_buffer_alloc_bytes() argument
190 if (length <= alloc_buffer_size (buf)) in alloc_buffer_alloc_bytes()
193 buf->__alloc_buffer_current += length; in alloc_buffer_alloc_bytes()

Completed in 7 milliseconds