/external/openssl/crypto/pkcs12/ |
D | p12_attr.c | 68 if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID, in PKCS12_add_localkeyid() 93 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName, in PKCS12_add_friendlyname_asc() 104 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName, in PKCS12_add_friendlyname_uni() 114 if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name, in PKCS12_add_CSPName_asc() 123 X509_ATTRIBUTE *attrib; in PKCS12_get_attr_gen() local 127 attrib = sk_X509_ATTRIBUTE_value (attrs, i); in PKCS12_get_attr_gen() 128 if (OBJ_obj2nid (attrib->object) == attr_nid) { in PKCS12_get_attr_gen() 129 if (sk_ASN1_TYPE_num (attrib->value.set)) in PKCS12_get_attr_gen() 130 return sk_ASN1_TYPE_value(attrib->value.set, 0); in PKCS12_get_attr_gen()
|
D | p12_kiss.c | 207 ASN1_TYPE *attrib; in parse_bag() local 210 if ((attrib = PKCS12_get_attr (bag, NID_friendlyName))) in parse_bag() 211 fname = attrib->value.bmpstring; in parse_bag() 213 if ((attrib = PKCS12_get_attr (bag, NID_localKeyID))) { in parse_bag() 214 lkey = attrib->value.octet_string; in parse_bag()
|
D | pkcs12.h | 122 STACK_OF(X509_ATTRIBUTE) *attrib; 164 PKCS12_get_attr_gen(bag->attrib, attr_nid)
|
D | p12_asn.c | 111 ASN1_SET_OF_OPT(PKCS12_SAFEBAG, attrib, X509_ATTRIBUTE)
|
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/ |
D | SDL_dspvideo.c | 467 DSpContextAttributes attrib; in DSp_GetMainDevice() 482 SDL_memset (&attrib, 0, sizeof (DSpContextAttributes)); in DSp_GetMainDevice() 485 attrib.displayWidth = 640; in DSp_GetMainDevice() 486 attrib.displayHeight = 480; in DSp_GetMainDevice() 487 attrib.displayBestDepth = 8; in DSp_GetMainDevice() 488 attrib.backBufferBestDepth = 8; in DSp_GetMainDevice() 489 attrib.displayDepthMask = kDSpDepthMask_All; in DSp_GetMainDevice() 490 attrib.backBufferDepthMask = kDSpDepthMask_All; in DSp_GetMainDevice() 491 attrib.colorNeeds = kDSpColorNeeds_Require; in DSp_GetMainDevice() 492 attrib.pageCount = 1; in DSp_GetMainDevice() [all …]
|
/external/tinyxml/ |
D | tinyxmlparser.cpp | 1100 TiXmlAttribute* attrib = new TiXmlAttribute(); in Parse() local 1101 if ( !attrib ) in Parse() 1107 attrib->SetDocument( document ); in Parse() 1109 p = attrib->Parse( p, data, encoding ); in Parse() 1114 delete attrib; in Parse() 1119 TiXmlAttribute* node = attributeSet.Find( attrib->Name() ); in Parse() 1122 node->SetValue( attrib->Value() ); in Parse() 1123 delete attrib; in Parse() 1127 attributeSet.Add( attrib ); in Parse() 1539 TiXmlAttribute attrib; in Parse() local [all …]
|
D | tinyxml.cpp | 754 TiXmlAttribute* attrib = new TiXmlAttribute( name, _value ); in SetAttribute() local 755 if ( attrib ) in SetAttribute() 757 attributeSet.Add( attrib ); in SetAttribute() 776 const TiXmlAttribute* attrib; in Print() local 777 for ( attrib = attributeSet.First(); attrib; attrib = attrib->Next() ) in Print() 780 attrib->Print( cfile, depth ); in Print() 821 const TiXmlAttribute* attrib; in StreamOut() local 822 for ( attrib = attributeSet.First(); attrib; attrib = attrib->Next() ) in StreamOut() 825 attrib->StreamOut( stream ); in StreamOut()
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
D | CookieSpecBase.java | 88 NameValuePair attrib = attribs[j]; in parse() local 89 String s = attrib.getName().toLowerCase(Locale.ENGLISH); in parse() 91 cookie.setAttribute(s, attrib.getValue()); in parse() 95 handler.parse(cookie, attrib.getValue()); in parse()
|
D | RFC2965Spec.java | 137 NameValuePair attrib = entry.getValue(); in parse() local 138 String s = attrib.getName().toLowerCase(Locale.ENGLISH); in parse() 140 cookie.setAttribute(s, attrib.getValue()); in parse() 144 handler.parse(cookie, attrib.getValue()); in parse()
|
/external/icu4c/test/intltest/ |
D | dadrcoll.cpp | 151 UColAttribute attrib; in processArguments() local 158 start = ucol_tok_getNextArgument(start, end, &attrib, &value, &status); in processArguments() 161 col->setAttribute(attrib, value, status); in processArguments() 163 start = ucol_tok_getNextArgument(start, end, &attrib, &value, &status); in processArguments()
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11gl_c.h | 67 int attrib, 93 extern int X11_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
|
/external/grub/stage2/ |
D | fsys_fat.c | 296 int attrib = FAT_ATTRIB_DIR; in fat_dir() local 321 if (attrib & FAT_ATTRIB_DIR) in fat_dir() 335 if (!(attrib & FAT_ATTRIB_DIR)) in fat_dir() 478 attrib = FAT_DIRENTRY_ATTRIB (dir_buf); in fat_dir()
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
D | SDL_cgxgl.c | 153 int CGX_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) { in CGX_GL_GetAttribute() argument 156 switch(attrib) { in CGX_GL_GetAttribute()
|
D | SDL_cgxgl_c.h | 45 extern int CGX_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
|
/external/qemu/distrib/sdl-1.2.12/src/video/dc/ |
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) in DC_GL_GetAttribute() argument 400 switch(attrib) { in DC_GL_GetAttribute()
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
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/photon/ |
D | SDL_ph_gl.h | 33 int ph_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
|
D | SDL_ph_gl.c | 48 int ph_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) in ph_GL_GetAttribute() argument 50 switch (attrib) in ph_GL_GetAttribute()
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
D | SDL_wingl.c | 411 int WIN_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) in WIN_GL_GetAttribute() argument 415 if (attrib == SDL_GL_SWAP_CONTROL) { in WIN_GL_GetAttribute() 426 switch(attrib) { in WIN_GL_GetAttribute() 490 switch ( attrib ) { in WIN_GL_GetAttribute()
|
D | SDL_wingl_c.h | 69 extern int WIN_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
|
/external/bluetooth/bluez/tools/ |
D | sdptool.c | 111 struct attrib_def *attrib; /* Description of the attribute */ member 355 if (context->attrib && context->attrib->num == SERVICE_ATTR) { in sdp_uuid_printf() 441 if (context && context->attrib && context->attrib->members && in sdp_data_printf() 442 context->member_index < context->attrib->member_max) { in sdp_data_printf() 443 member_name = context->attrib->members[context->member_index].name; in sdp_data_printf() 549 context.attrib = attrDef; in print_tree_attr_func() 756 static int set_attrib(sdp_session_t *sess, uint32_t handle, uint16_t attrib, char *value) in set_attrib() argument 781 attrib, value_int, handle); in set_attrib() 783 sdp_attr_add_new(rec, attrib, SDP_UUID16, &value_uuid.value.uuid16); in set_attrib() 789 attrib, value_int, handle); in set_attrib() [all …]
|
/external/libxml2/include/libxml/ |
D | nanoftp.h | 41 const char *filename, const char *attrib,
|
/external/openssl/include/openssl/ |
D | pkcs12.h | 122 STACK_OF(X509_ATTRIBUTE) *attrib; 164 PKCS12_get_attr_gen(bag->attrib, attr_nid)
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
D | SDL_atarigl_c.h | 105 extern int SDL_AtariGL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
|
/external/openssl/apps/ |
D | pkcs12.c | 757 print_attribs (out, bag->attrib, "Bag Attributes"); in dump_certs_pkeys_bag() 771 print_attribs (out, bag->attrib, "Bag Attributes"); in dump_certs_pkeys_bag() 790 print_attribs (out, bag->attrib, "Bag Attributes"); in dump_certs_pkeys_bag() 801 print_attribs (out, bag->attrib, "Bag Attributes"); in dump_certs_pkeys_bag()
|