HomeSort by relevance Sort by last modified time
    Searched defs:iname (Results 1 - 17 of 17) sorted by null

  /external/elfutils/libelf/
dl-hash.h 61 const unsigned char *iname = (const unsigned char *) name; local
62 unsigned int hash = (unsigned int) *iname++;
63 if (*iname != '\0')
65 hash = (hash << 4) + (unsigned int) *iname++;
66 if (*iname != '\0')
68 hash = (hash << 4) + (unsigned int) *iname++;
69 if (*iname != '\0')
71 hash = (hash << 4) + (unsigned int) *iname++;
72 if (*iname != '\0')
74 hash = (hash << 4) + (unsigned int) *iname++
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_lib.c 78 X509_NAME *iname; local
86 iname = X509_get_issuer_name(subject);
91 iname = X509_get_subject_name(issuer);
95 return OCSP_cert_id_new(dgst, iname, ikey, serial);
ocsp_vfy.c 301 X509_NAME *iname; local
316 iname = X509_get_subject_name(cert);
317 if (!X509_NAME_digest(iname, dgst, md, NULL))
  /system/core/netcfg/
netcfg.c 138 char *iname; local
153 iname = argv[1];
154 if(strlen(iname) > 16) usage();
164 argv[0] = iname;
  /external/openssl/crypto/x509v3/
v3_purp.c 319 X509_NAME *iname = NULL; local
338 iname = gen->d.directoryName;
342 if (!iname)
343 iname = X509_get_issuer_name(x);
345 DIST_POINT_set_dpname(dp->distpoint, iname);
  /external/webkit/Source/WebCore/wml/
WMLSelectElement.cpp 249 // Spec: Step 1 - the default option index is determined using iname and ivalue
279 // Spec: If the 'iname' attribute is specified and names a variable that is set,
281 String iname = this->iname(); local
282 if (!iname.isEmpty()) {
283 variable = pageState->getVariable(iname);
348 // Spec: If the 'iname' attribute is specified, then the named variable is set with the default option index.
349 String iname = this->iname();
350 if (!iname.isEmpty()
386 String iname = this->iname(); local
545 String WMLSelectElement::iname() const function in class:WMLSelectElement
    [all...]
  /external/openssl/apps/
ocsp.c 958 X509_NAME *iname; local
968 iname = X509_get_subject_name(issuer);
976 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 780 String iname = r0[col]; local
789 SQLite.Shell.sql_quote(iname) + ")"));
899 String iname = r0[col]; local
908 SQLite.Shell.sql_quote(iname) + ")"));
931 row[5] = iname;
1319 String iname = r0[col]; local
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 92 _PULONG iname; member in struct:linux_component
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 92 _PULONG iname; member in struct:linux_component
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 89 _PULONG iname; /* string identifier */ member in struct:linux_component
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 92 _PULONG iname; member in struct:linux_component
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 92 _PULONG iname; member in struct:linux_component
  /external/dnsmasq/src/
dnsmasq.h 355 struct iname { struct
359 struct iname *next;
618 struct iname *if_names, *if_addrs, *if_except, *dhcp_except;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 

Completed in 630 milliseconds