Searched refs:out_end (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/ |
D | tlsv1_server.c | 239 u8 alert, *out_end, *out_pos, ct; in tlsv1_server_decrypt() local 245 out_end = out_data + out_len; in tlsv1_server_decrypt() 249 olen = out_end - out_pos; in tlsv1_server_decrypt() 296 if (out_pos > out_end) { in tlsv1_server_decrypt()
|
/hal_espressif-3.6.0/components/console/argtable3/ |
D | argtable3.c | 2675 …trex_search(TRex* exp, const TRexChar* text, const TRexChar** out_begin, const TRexChar** out_end); 2676 …xChar* text_begin, const TRexChar* text_end, const TRexChar** out_begin, const TRexChar** out_end); 3533 …TRexChar* text_begin,const TRexChar* text_end,const TRexChar** out_begin, const TRexChar** out_end) in trex_searchrange() argument 3558 if(out_end) *out_end = cur; in trex_searchrange() 3562 …l trex_search(TRex* exp,const TRexChar* text, const TRexChar** out_begin, const TRexChar** out_end) in trex_search() argument 3564 return trex_searchrange(exp,text,text + scstrlen(text),out_begin,out_end); in trex_search()
|