HomeSort by relevance Sort by last modified time
    Searched refs:get_attribute (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon-inl.h 119 bool Url<CTYPE>::get_attribute(const string& name, string* value) const { function in class:talk_base::Url
httpcommon.h 275 bool get_attribute(const string& name, string* value) const;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 155 int (*get_attribute)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, member in struct:snd_ctl_ext_callback
241 * The access type bits stored in get_attribute callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 155 int (*get_attribute)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, member in struct:snd_ctl_ext_callback
241 * The access type bits stored in get_attribute callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 155 int (*get_attribute)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, member in struct:snd_ctl_ext_callback
241 * The access type bits stored in get_attribute callback
  /external/openssl/crypto/pkcs7/
pk7_doit.c 69 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid);
1165 return(get_attribute(si->auth_attr,nid));
1170 return(get_attribute(si->unauth_attr,nid));
1173 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid)
1198 if(!(astype = get_attribute(sk, NID_pkcs9_messageDigest))) return NULL;

Completed in 1476 milliseconds