Searched refs:lenstr (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/aplist/ |
A D | awss_aplist.c | 108 int lenstr, lensuffix; in str_end_with() local 112 lenstr = strlen(str); in str_end_with() 114 if (lensuffix > lenstr) { in str_end_with() 117 return strncmp(str + lenstr - lensuffix, suffix, lensuffix) == 0; in str_end_with()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | eap.c | 1015 …ic void eap_send_response(ppp_pcb *pcb, u_char id, u_char typenum, const u_char *str, int lenstr) { in eap_send_response() argument 1020 msglen = EAP_HEADERLEN + sizeof (u_char) + lenstr; in eap_send_response() 1038 if (lenstr > 0) { in eap_send_response() 1039 MEMCPY(outp, str, lenstr); in eap_send_response() 1087 eap_srp_response(esp, id, subtypenum, str, lenstr) in eap_srp_response() argument 1092 int lenstr; 1099 msglen = EAP_HEADERLEN + 2 * sizeof (u_char) + lenstr; 1118 if (lenstr > 0) { 1119 MEMCPY(outp, str, lenstr);
|
Completed in 5 milliseconds