Searched defs:collect_data (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_dec.c71 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen);
1164 else if (plen && !collect_data(buf, &p, plen))
1177 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen) function
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh672 const void *collect_data)
675 collect_func (glyphs, values[i], collect_data);
1048 const void *collect_data; member in struct:OT::ContextCollectGlyphsLookupContext
1080 lookup_context.funcs.collect, lookup_context.collect_data);
1549 const void *collect_data[3]; member in struct:OT::ChainContextCollectGlyphsLookupContext
1595 lookup_context.funcs.collect, lookup_context.collect_data[0]);
1598 lookup_context.funcs.collect, lookup_context.collect_data[1]);
1601 lookup_context.funcs.collect, lookup_context.collect_data[2]);
667 collect_array(hb_collect_glyphs_context_t *c HB_UNUSED, hb_set_t *glyphs, unsigned int count, const USHORT values[], collect_glyphs_func_t collect_func, const void *collect_data) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh672 const void *collect_data)
675 collect_func (glyphs, values[i], collect_data);
1048 const void *collect_data; member in struct:OT::ContextCollectGlyphsLookupContext
1080 lookup_context.funcs.collect, lookup_context.collect_data);
1550 const void *collect_data[3]; member in struct:OT::ChainContextCollectGlyphsLookupContext
1596 lookup_context.funcs.collect, lookup_context.collect_data[0]);
1599 lookup_context.funcs.collect, lookup_context.collect_data[1]);
1602 lookup_context.funcs.collect, lookup_context.collect_data[2]);
667 collect_array(hb_collect_glyphs_context_t *c HB_UNUSED, hb_set_t *glyphs, unsigned int count, const USHORT values[], collect_glyphs_func_t collect_func, const void *collect_data) argument
/external/openssl/crypto/asn1/
H A Dtasn_dec.c74 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen);
1207 else if (plen && !collect_data(buf, &p, plen))
1220 static int collect_data(BUF_MEM *buf, const unsigned char **p, long plen) function

Completed in 287 milliseconds