HomeSort by: relevance | last modified time | path
    Searched refs:commap (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c 670 char *commap = NULL, *copy = NULL; local
676 commap = strstr(copy, ",");
677 if (commap != NULL) {
678 *commap = '\0';
679 if (*(commap + 1) == '\0')
681 if (!OPENSSL_strtoul(commap + 1, &endptr, 0, &hs_padding))
686 if (commap == NULL)
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-client.c 1347 const char *commap = reg->regtype == NULL ? service_type : reg->regtype; local
1355 for (i = 0; *commap != '\0' && *commap != ',' && i < DNS_MAX_LABEL_SIZE_ESCAPED; i++) {
1356 regtype[i] = *commap;
1357 commap++;
1361 if (*commap == ',') {
1362 commap++;
1367 else if (*commap != '\0') {
1410 } while (*commap != '\0');

Completed in 27 milliseconds