HomeSort by relevance Sort by last modified time
    Searched refs:parse_callback (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/ssl/
custom_extensions.cc 148 if (ext->parse_callback != NULL &&
149 !ext->parse_callback(ssl, value, CBS_data(extension), CBS_len(extension),
173 if (ext->parse_callback &&
174 !ext->parse_callback(ssl, value, CBS_data(extension), CBS_len(extension),
219 ext->parse_callback = parse_cb;
internal.h 900 SSL_custom_ext_parse_cb parse_callback; member in struct:ssl_custom_extension
    [all...]
  /external/freetype/src/psaux/
t1decode.c 216 return decoder->parse_callback( decoder, glyph );
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 924 T1_Decoder_Callback parse_callback; member in struct:T1_DecoderRec_
    [all...]

Completed in 200 milliseconds