Searched refs:length (Results 1 – 3 of 3) sorted by relevance
8 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);
68 size_t length; /* Allocated space at the data pointer, in bytes. */ member78 buffer->length = sizeof (buffer->__space); in scratch_buffer_init()
188 alloc_buffer_alloc_bytes (struct alloc_buffer *buf, size_t length) in alloc_buffer_alloc_bytes() argument190 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