Searched defs:attrib (Results 1 - 25 of 31) sorted by relevance

12

/external/openssl/crypto/pkcs12/
H A Dp12_attr.c68 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 Dp12_kiss.c229 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 Dpkcs12.h120 STACK_OF(X509_ATTRIBUTE) *attrib; member in struct:__anon10465
162 PKCS12_get_attr_gen(bag->attrib, attr_nid)
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_gl.c48 int ph_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) argument
50 switch (attrib)
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl.c423 int WIN_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) argument
427 if (attrib == SDL_GL_SWAP_CONTROL) {
438 switch(attrib) {
502 switch ( attrib ) {
/external/grub/stage2/
H A Dfsys_fat.c296 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/icu4c/test/intltest/
H A Ddadrcoll.cpp151 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/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl.c253 int SDL_AtariGL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) argument
263 switch(attrib) {
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.c59 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.15/src/video/x11/
H A DSDL_x11gl.c356 int X11_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) argument
362 switch( attrib ) {
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc65 static int BE_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
714 int BE_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) argument
719 switch (attrib)
/external/openssl/include/openssl/
H A Dpkcs12.h120 STACK_OF(X509_ATTRIBUTE) *attrib; member in struct:__anon10508
162 PKCS12_get_attr_gen(bag->attrib, attr_nid)
/external/quake/quake/src/QW/client/
H A Dgl_vidlinuxglx.c589 int attrib[] = { local
651 visinfo = glXChooseVisual(dpy, scrnum, attrib);
H A Dgl_vidlinux_x11.c643 int attrib[] = { local
702 visinfo=glXChooseVisual(dpy,scrnum,attrib);
/external/tinyxml/
H A Dtinyxml.cpp754 TiXmlAttribute* attrib = new TiXmlAttribute( name, _value ); local
755 if ( attrib )
757 attributeSet.Add( attrib );
776 const TiXmlAttribute* attrib; local
777 for ( attrib = attributeSet.First(); attrib; attrib = attrib->Next() )
780 attrib->Print( cfile, depth );
821 const TiXmlAttribute* attrib; local
[all...]
H A Dtinyxmlparser.cpp1100 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/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DVertexDataManager.cpp267 std::size_t VertexDataManager::spaceRequired(const VertexAttribute &attrib, std::size_t count) const argument
269 return formatConverter(attrib).outputElementSize * count;
272 // Mapping from OpenGL-ES vertex attrib type to D3D decl type:
/external/webkit/Source/WebCore/css/
H A DCSSGrammar.y257 %type <selector> attrib
1028 | attrib
1054 attrib: label
/external/libxml2/
H A Dnanoftp.c1594 char attrib[11]; local
1623 attrib[i++] = *cur;
1627 attrib[10] = 0;
1699 callback(userData, filename, attrib, owner, group, size, links,
2050 void ftpList(void *userData, const char *filename, const char* attrib, argument
2054 "%s %s %s %ld %s\n", attrib, owner, group, size, filename);
/external/openssh/
H A Dsftp-server.c83 Attrib attrib; member in struct:Stat
470 encode_attrib(&msg, &stats[i].attrib);
481 debug("request %u: sent attrib have 0x%x", id, a->flags);
944 stat_to_attrib(&st, &(stats[count].attrib));
1053 attrib_clear(&s.attrib);
1140 attrib_clear(&s.attrib);
H A Dservconf.c609 char *arg, *attrib, *cp = *condition; local
619 while ((attrib = strdelim(&cp)) && *attrib != '\0') {
621 error("Missing Match criteria for %s", attrib);
625 if (strcasecmp(attrib, "user") == 0) {
635 } else if (strcasecmp(attrib, "group") == 0) {
642 } else if (strcasecmp(attrib, "host") == 0) {
652 } else if (strcasecmp(attrib, "address") == 0) {
666 error("Unsupported Match attribute %s", attrib);
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c467 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/quake/quake/src/WinQuake/
H A Dgl_vidlinuxglx.cpp724 int attrib[] = { local
801 visinfo = glXChooseVisual(dpy, scrnum, attrib);
/external/icu4c/i18n/
H A Ducol_tok.cpp241 void ucol_uprv_tok_setOptionInImage(UColOptionSet *opts, UColAttribute attrib, UColAttributeValue value) { argument
242 switch(attrib) {
504 UColAttribute *attrib, UColAttributeValue *value,
551 *attrib = rulesOptions[i].attr;
503 ucol_tok_getNextArgument(const UChar *start, const UChar *end, UColAttribute *attrib, UColAttributeValue *value, UErrorCode *status) argument
/external/qemu/target-i386/
H A Dsvm.h167 uint16_t attrib; member in struct:vmcb_seg

Completed in 525 milliseconds

12