/external/openssl/crypto/pkcs12/ |
H A D | p12_attr.c | 68 if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID, 93 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName, 104 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName, 114 if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name, 123 X509_ATTRIBUTE *attrib; local 127 attrib = sk_X509_ATTRIBUTE_value (attrs, i); 128 if (OBJ_obj2nid (attrib->object) == attr_nid) { 129 if (sk_ASN1_TYPE_num (attrib->value.set)) 130 return sk_ASN1_TYPE_value(attrib->value.set, 0);
|
H A D | p12_kiss.c | 229 ASN1_TYPE *attrib; local 233 if ((attrib = PKCS12_get_attr (bag, NID_friendlyName))) 234 fname = attrib->value.bmpstring; 236 if ((attrib = PKCS12_get_attr (bag, NID_localKeyID))) 237 lkid = attrib->value.octet_string;
|
H A D | p12_asn.c | 111 ASN1_SET_OF_OPT(PKCS12_SAFEBAG, attrib, X509_ATTRIBUTE)
|
H A D | pkcs12.h | 120 STACK_OF(X509_ATTRIBUTE) *attrib; member in struct:__anon3994 162 PKCS12_get_attr_gen(bag->attrib, attr_nid)
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
H A D | SDL_ph_gl.h | 33 int ph_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
|
H A D | SDL_ph_gl.c | 48 int ph_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) argument 50 switch (attrib)
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
H A D | SDL_macgl_c.h | 41 extern int Mac_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
H A D | SDL_cgxgl_c.h | 45 extern int CGX_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
|
H A D | SDL_cgxgl.c | 153 int CGX_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) { argument 156 switch(attrib) {
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
H A D | CookieSpecBase.java | 88 NameValuePair attrib = attribs[j]; 89 String s = attrib.getName().toLowerCase(Locale.ENGLISH); 91 cookie.setAttribute(s, attrib.getValue()); 95 handler.parse(cookie, attrib.getValue());
|
H A D | RFC2965Spec.java | 137 NameValuePair attrib = entry.getValue(); 138 String s = attrib.getName().toLowerCase(Locale.ENGLISH); 140 cookie.setAttribute(s, attrib.getValue()); 144 handler.parse(cookie, attrib.getValue());
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
H A D | SDL_x11gl_c.h | 67 int attrib, 93 extern int X11_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
|
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/ |
H A D | SDL_dspvideo.c | 467 DSpContextAttributes attrib; 482 SDL_memset (&attrib, 0, sizeof (DSpContextAttributes)); 485 attrib.displayWidth = 640; 486 attrib.displayHeight = 480; 487 attrib.displayBestDepth = 8; 488 attrib.backBufferBestDepth = 8; 489 attrib.displayDepthMask = kDSpDepthMask_All; 490 attrib.backBufferDepthMask = kDSpDepthMask_All; 491 attrib.colorNeeds = kDSpColorNeeds_Require; 492 attrib 767 DSpContextAttributes attrib; local [all...] |
/external/tinyxml/ |
H A D | tinyxmlparser.cpp | 1100 TiXmlAttribute* attrib = new TiXmlAttribute(); local 1101 if ( !attrib ) 1107 attrib->SetDocument( document ); 1109 p = attrib->Parse( p, data, encoding ); 1114 delete attrib; 1119 TiXmlAttribute* node = attributeSet.Find( attrib->Name() ); 1122 node->SetValue( attrib->Value() ); 1123 delete attrib; 1127 attributeSet.Add( attrib ); 1539 TiXmlAttribute attrib; local 1545 TiXmlAttribute attrib; local 1551 TiXmlAttribute attrib; local [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
H A D | dadrcoll.cpp | 151 UColAttribute attrib; local 158 start = ucol_tok_getNextArgument(start, end, &attrib, &value, &status); 161 col->setAttribute(attrib, value, status); 163 start = ucol_tok_getNextArgument(start, end, &attrib, &value, &status);
|
/external/icu4c/test/intltest/ |
H A D | dadrcoll.cpp | 151 UColAttribute attrib; local 158 start = ucol_tok_getNextArgument(start, end, &attrib, &value, &status); 161 col->setAttribute(attrib, value, status); 163 start = ucol_tok_getNextArgument(start, end, &attrib, &value, &status);
|
/external/grub/stage2/ |
H A D | fsys_fat.c | 296 int attrib = FAT_ATTRIB_DIR; local 321 if (attrib & FAT_ATTRIB_DIR) 335 if (!(attrib & FAT_ATTRIB_DIR)) 478 attrib = FAT_DIRENTRY_ATTRIB (dir_buf);
|
/external/libxml2/include/libxml/ |
H A D | nanoftp.h | 26 * @attrib: the attribute string 41 const char *filename, const char *attrib,
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
H A D | SDL_atarigl_c.h | 105 extern int SDL_AtariGL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
H A D | SDL_QuartzGL.m | 216 int QZ_GL_GetAttribute (_THIS, SDL_GLattr attrib, int* value) { 222 switch (attrib) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/dc/ |
H A D | SDL_dcvideo.c | 59 static int DC_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value); 395 static int DC_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) argument 400 switch(attrib) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
H A D | SDL_wingl_c.h | 69 extern int WIN_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
|
H A D | SDL_wingl.c | 411 int WIN_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) argument 415 if (attrib == SDL_GL_SWAP_CONTROL) { 426 switch(attrib) { 490 switch ( attrib ) {
|
/external/chromium/third_party/icu/source/i18n/ |
H A D | ucol_tok.h | 167 UColAttribute *attrib, UColAttributeValue *value,
|
/external/icu4c/i18n/ |
H A D | ucol_tok.h | 168 UColAttribute *attrib, UColAttributeValue *value,
|