Home
last modified time | relevance | path

Searched refs:httpHeaderLen (Results 1 - 1 of 1) sorted by relevance

/base/security/certificate_framework/frameworks/common/v1.0/src/
H A Dutils.c84 int httpHeaderLen = (strncmp(url, "http://", HTTP_URL_LEN) == 0) ? HTTP_URL_LEN : HTTPS_URL_LEN; in CfIsUrlValid() local
85 const char *startDomain = url + httpHeaderLen; in CfIsUrlValid()

Completed in 1 milliseconds