Searched refs:content_type (Results 1 – 5 of 5) sorted by relevance
534 mbedtls_pkcs7_buf content_type; in pkcs7_get_signed_data() local535 memset(&content_type, 0, sizeof(content_type)); in pkcs7_get_signed_data()536 ret = pkcs7_get_content_info_type(&p, end, &end_content_info, &content_type); in pkcs7_get_signed_data()546 if (!MBEDTLS_OID_CMP(MBEDTLS_OID_PKCS7_DATA, &content_type)) { in pkcs7_get_signed_data()549 &content_type)) { in pkcs7_get_signed_data()
462 enum OID content_type; local470 content_type = look_up_OID(value, vlen);471 if (content_type != ctx->msg->data_type) {474 content_type);
11 const char *content_type; member
844 size_t content_type; local904 for (content_type = 0; content_type < NUM_HTTP_HEADERS; content_type++) {906 if (!lwip_stricmp(g_psHTTPHeaders[content_type].extension, ext)) {911 content_type = NUM_HTTP_HEADERS;931 if (content_type < NUM_HTTP_HEADERS) {933 hs->hdrs[HDR_STRINGS_IDX_CONTENT_TYPE] = g_psHTTPHeaders[content_type].content_type;
1151 file_type = g_psHTTPHeaders[j].content_type; in file_write_http_header()
Completed in 22 milliseconds