Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
Dstatic_policy.h466 .blob_index = 0,
DREADME.md19 Secure Streams and the index need to be match of the "blob_index" in entry of "auth"
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h233 uint8_t blob_index; member
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_model_parser.cc94 STATUS FcSqueezeWeightBias(const caffe::LayerParameter &layer, int blob_index, std::vector<int32_t>… in FcSqueezeWeightBias() argument
97 if (blob_index == 0) { in FcSqueezeWeightBias()
103 } else if (blob_index == 1) { in FcSqueezeWeightBias()
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
Dsign.c295 blob_idx[h->policy->auth->blob_index], in calc_signing_key()
355 blob_idx[h->policy->auth->blob_index], in build_auth_string()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
Dminimal-secure-streams.c432 printf("\t.blob_index = %d,\n", auth->blob_index); in main()
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc895 size_t blob_index = glyph_index - glyph_blob.start; in Layout() local
896 blob_buffer.glyphs[blob_index] = layout.getGlyphId(glyph_index); in Layout()
898 size_t pos_index = blob_index * 2; in Layout()
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c737 a->curr[LTY_AUTH].a->blob_index = (uint8_t)atoi(ctx->buf); in lws_ss_policy_parser_cb()