Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs-libc.h43 uint8_t *js_load_file(JSContext *ctx, size_t *pbuf_len, const char *filename);
Dquickjs-libc.c361 uint8_t *js_load_file(JSContext *ctx, size_t *pbuf_len, const char *filename) in js_load_file() argument
402 *pbuf_len = buf_len; in js_load_file()
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c54 u16_t pbuf_len = (u16_t)(sizeof(struct ip_hdr) + sizeof(struct tcp_hdr) + data_len); in tcp_create_segment_wnd() local
57 p = pbuf_alloc(PBUF_RAW, pbuf_len, PBUF_POOL); in tcp_create_segment_wnd()