Searched defs:start_offset (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/lib/lwip2/src/barrelfish/
H A Dpbuf_barrelfish.c731 pbuf_fill_chksum(struct pbuf *p, u16_t start_offset, const void *dataptr, argument
873 pbuf_memfind(const struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dpbuf.c1262 pbuf_fill_chksum(struct pbuf *p, u16_t start_offset, const void *dataptr, argument
1404 pbuf_memfind(const struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset) argument
[all...]
H A Ddns.c651 dns_compare_name(const char *query, struct pbuf* p, u16_t start_offset) argument
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c398 internal_dfa_exec( dfa_match_data *md, const pcre_uchar *this_start_code, const pcre_uchar *current_subject, int start_offset, int *offsets, int offsetcount, int *workspace, int wscount, int rlevel) argument
3177 pcre_dfa_exec(const pcre *argument_re, const pcre_extra *extra_data, const char *subject, int length, int start_offset, int options, int *offsets, int offsetcount, int *workspace, int wscount) argument
[all...]
H A Dpcre_exec.c6347 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, int offsetcount) argument
[all...]
H A Dpcre_internal.h2551 int start_offset; /* The start offset value */ member in struct:match_data
2574 int start_offset; /* The start offset value */ member in struct:dfa_match_data
/barrelfish-2018-10-04/lib/lwip2/src/apps/httpd/
H A Dhttpd.c1774 u16_t start_offset = hdr_len; local

Completed in 254 milliseconds