HomeSort by relevance Sort by last modified time
    Searched refs:content_type (Results 26 - 34 of 34) sorted by null

12

  /external/openssl/crypto/pkcs7/
pkcs7.h 136 ASN1_OBJECT *content_type; member in struct:pkcs7_enc_content_st
  /external/openssl/include/openssl/
pkcs7.h 136 ASN1_OBJECT *content_type; member in struct:pkcs7_enc_content_st
ssl.h 647 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg));
648 void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg));
    [all...]
  /external/openssl/ssl/
ssl.h 647 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg));
648 void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg));
    [all...]
ssl_lib.c 1084 s->msg_callback = (void (*)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg))(fp);
1181 ctx->msg_callback = (void (*)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg))(fp);
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla.py 356 content_type = "&ctype=xml" if xml else ""
359 content_type)
  /libcore/luni/src/main/native/
NativeCrypto.cpp 1017 static const char* get_content_type(int content_type) {
1018 switch (content_type) {
1032 LOGD("Unknown TLS/SSL content type %d", content_type);
1043 static void ssl_msg_callback_LOG(int write_p, int ssl_version, int content_type,
1049 get_content_type(content_type),
    [all...]
  /external/libxml2/
xmlIO.c 1852 char * content_type = (char *) "text\/xml"; local
    [all...]
  /external/bluetooth/glib/gio/
gfile.c 5080 const char *content_type; local
    [all...]

Completed in 1647 milliseconds

12