Home
last modified time | relevance | path

Searched refs:h_len (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmovenchint.c163 static int match_segments(const uint8_t *haystack, int h_len, in match_segments() argument
169 for (h_pos = 0; h_pos < h_len; h_pos++) { in match_segments()
174 while (h_pos + match_len < h_len && n_pos + match_len < n_len && in match_segments()
/third_party/libwebsockets/lib/jose/jws/
Djws.c450 int n, h_len, b = 3, temp_len = sizeof(temp); in lws_jws_sig_confirm() local
545 h_len = (int)lws_genhmac_size(jose.alg->hmac_type); in lws_jws_sig_confirm()
574 if (lws_timingsafe_bcmp(digest, map->buf[2], (uint32_t)h_len)) { in lws_jws_sig_confirm()
632 h_len = (int)lws_genhash_size(jose.alg->hash_type); in lws_jws_sig_confirm()
/third_party/python/Doc/library/
Dreadline.rst325 h_len = readline.get_current_history_length()
328 h_len = 0
334 atexit.register(save, h_len, histfile)