Home
last modified time | relevance | path

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

/external/libmicrohttpd/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 …]
/external/syslinux/core/lwip/src/core/ipv4/
Dip_frag.c684 u16_t poff = IP_HLEN; in ip_frag() local
735 poff += pbuf_copy_partial(p, (u8_t*)iphdr + IP_HLEN, cop, poff); in ip_frag()
744 poff += pbuf_copy_partial(p, rambuf->payload, cop, poff); in ip_frag()
769 p->payload = (u8_t *)p->payload + poff; in ip_frag()
770 p->len -= poff; in ip_frag()
806 poff = newpbuflen; in ip_frag()
/external/freetype/src/cff/
Dcffload.c355 FT_ULong* poff; in cff_index_load_offsets() local
365 poff = idx->offsets; in cff_index_load_offsets()
372 for ( ; p < p_end; p++, poff++ ) in cff_index_load_offsets()
373 poff[0] = p[0]; in cff_index_load_offsets()
377 for ( ; p < p_end; p += 2, poff++ ) in cff_index_load_offsets()
378 poff[0] = FT_PEEK_USHORT( p ); in cff_index_load_offsets()
382 for ( ; p < p_end; p += 3, poff++ ) in cff_index_load_offsets()
383 poff[0] = FT_PEEK_UOFF3( p ); in cff_index_load_offsets()
387 for ( ; p < p_end; p += 4, poff++ ) in cff_index_load_offsets()
388 poff[0] = FT_PEEK_ULONG( p ); in cff_index_load_offsets()
/external/llvm/test/CodeGen/PowerPC/
Dppc32-pic-large.ll15 ; LARGE-BSS: [[POFF:\.L[0-9]+\$poff]]:
/external/pdfium/third_party/libtiff/
Dtif_dir.c1428 uint64 poff=*nextdir; in TIFFAdvanceDirectory() local
1434 poffa=(tmsize_t)poff; in TIFFAdvanceDirectory()
1436 … if (((uint64)poffa!=poff)||(poffb<poffa)||(poffb<(tmsize_t)sizeof(uint16))||(poffb>tif->tif_size)) in TIFFAdvanceDirectory()
1464 poffa=(tmsize_t)poff; in TIFFAdvanceDirectory()
1466 … if (((uint64)poffa!=poff)||(poffb<poffa)||(poffb<(tmsize_t)sizeof(uint64))||(poffb>tif->tif_size)) in TIFFAdvanceDirectory()