Home
last modified time | relevance | path

Searched refs:poff (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dpostprocessor.c348 size_t poff; in post_process_urlencoded() local
356 poff = 0; in post_process_urlencoded()
357 while (poff < post_data_len) in post_process_urlencoded()
369 while ((equals + poff < post_data_len) && in post_process_urlencoded()
370 (post_data[equals + poff] != '=')) in post_process_urlencoded()
377 memcpy (&buf[pp->buffer_pos], &post_data[poff], equals); in post_process_urlencoded()
379 if (equals + poff == post_data_len) in post_process_urlencoded()
385 poff += equals + 1; in post_process_urlencoded()
397 while ((amper + poff < post_data_len) && in post_process_urlencoded()
399 (post_data[amper + poff] != '&') && in post_process_urlencoded()
[all …]
/third_party/lwip/src/core/ipv4/
Dip4_frag.c774 u16_t poff = IP_HLEN; in ip4_frag() local
805 poff += pbuf_copy_partial(p, rambuf->payload, fragsize, poff); in ip4_frag()
832 u16_t plen = (u16_t)(p->len - poff); in ip4_frag()
833 LWIP_ASSERT("p->len >= poff", p->len >= poff); in ip4_frag()
837 poff = 0; in ip4_frag()
848 (u8_t *)p->payload + poff, newpbuflen); in ip4_frag()
864 poff = 0; in ip4_frag()
868 poff = (u16_t)(poff + newpbuflen); in ip4_frag()
/third_party/lwip/src/core/ipv6/
Dip6_frag.c757 u16_t poff = IP6_HLEN; in ip6_frag() local
781 poff += pbuf_copy_partial(p, (u8_t*)rambuf->payload + IP6_FRAG_HLEN, cop, poff); in ip6_frag()
810 p->payload = (u8_t *)p->payload + poff; in ip6_frag()
811 p->len = (u16_t)(p->len - poff); in ip6_frag()
812 p->tot_len = (u16_t)(p->tot_len - poff); in ip6_frag()
850 poff = newpbuflen; in ip6_frag()
/third_party/iptables/
Dbackport-extensions-among-Fix-for-use-with-ebtables-restore.patch48 poff = nft_among_prepare_data(data, dst, cnt, invert, have_ip);
49 parse_nft_among_pairs(data->pairs + poff, optarg, cnt, have_ip);
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.c354 FT_ULong* poff; in cff_index_load_offsets() local
364 poff = idx->offsets; in cff_index_load_offsets()
371 for ( ; p < p_end; p++, poff++ ) in cff_index_load_offsets()
372 poff[0] = p[0]; in cff_index_load_offsets()
376 for ( ; p < p_end; p += 2, poff++ ) in cff_index_load_offsets()
377 poff[0] = FT_PEEK_USHORT( p ); in cff_index_load_offsets()
381 for ( ; p < p_end; p += 3, poff++ ) in cff_index_load_offsets()
382 poff[0] = FT_PEEK_UOFF3( p ); in cff_index_load_offsets()
386 for ( ; p < p_end; p += 4, poff++ ) in cff_index_load_offsets()
387 poff[0] = FT_PEEK_ULONG( p ); in cff_index_load_offsets()
/third_party/ffmpeg/libavformat/
Dvividas.c438 int64_t poff; in track_index() local
460 poff = 0; in track_index()
470 viv->sb_blocks[i].packet_offset = poff; in track_index()
476 poff += viv->sb_blocks[i].n_packets; in track_index()
482 if (filesize > 0 && poff > filesize) in track_index()
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
Dsign.c474 int i, poff = 0; in lws_aws_filesystem_credentials_helper() local
488 poff = 1; in lws_aws_filesystem_credentials_helper()
491 lws_snprintf(sth, sizeof(sth), "%s%s", home, path + poff); in lws_aws_filesystem_credentials_helper()
/third_party/lwip/src/netif/ppp/
DPPPD_FOLLOWUP123 2012-05-20 - scripts: Make poff ignore extra arguments to pppd