Searched defs:attrib (Results 1 - 25 of 33) 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:__anon7563
162 PKCS12_get_attr_gen(bag->attrib, attr_nid)
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgxgl.c153 int CGX_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) { argument
156 switch(attrib) {
/external/qemu/distrib/sdl-1.2.12/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.12/src/video/wincommon/
H A DSDL_wingl.c411 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/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.12/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.12/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.12/src/video/x11/
H A DSDL_x11gl.c339 int X11_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) argument
344 switch( attrib ) {
/external/bluetooth/bluez/attrib/
H A Dgatt.c37 GAttrib *attrib; member in struct:discover_primary
45 GAttrib *attrib; member in struct:discover_char
56 g_attrib_unref(dp->attrib);
64 g_attrib_unref(dc->attrib);
133 buf = g_attrib_get_buffer(dp->attrib, &buflen);
140 g_attrib_send(dp->attrib, 0, buf[0], buf, oplen, primary_by_uuid_cb,
202 uint8_t *buf = g_attrib_get_buffer(dp->attrib, &buflen);
206 g_attrib_send(dp->attrib, 0, buf[0], buf, oplen, primary_all_cb,
217 guint gatt_discover_primary(GAttrib *attrib, bt_uuid_t *uuid, gatt_cb_t func, argument
222 uint8_t *buf = g_attrib_get_buffer(attrib,
325 gatt_discover_char(GAttrib *attrib, uint16_t start, uint16_t end, bt_uuid_t *uuid, gatt_cb_t func, gpointer user_data) argument
355 gatt_read_char_by_uuid(GAttrib *attrib, uint16_t start, uint16_t end, bt_uuid_t *uuid, GAttribResultFunc func, gpointer user_data) argument
372 GAttrib *attrib; member in struct:read_long_data
479 gatt_read_char(GAttrib *attrib, uint16_t handle, uint16_t offset, GAttribResultFunc func, gpointer user_data) argument
520 gatt_write_char(GAttrib *attrib, uint16_t handle, uint8_t *value, int vlen, GAttribResultFunc func, gpointer user_data) argument
537 gatt_exchange_mtu(GAttrib *attrib, uint16_t mtu, GAttribResultFunc func, gpointer user_data) argument
550 gatt_find_info(GAttrib *attrib, uint16_t start, uint16_t end, GAttribResultFunc func, gpointer user_data) argument
566 gatt_write_cmd(GAttrib *attrib, uint16_t handle, uint8_t *value, int vlen, GDestroyNotify notify, gpointer user_data) argument
[all...]
H A Dgattrib.c143 GAttrib *g_attrib_ref(GAttrib *attrib) argument
145 if (!attrib)
148 g_atomic_int_inc(&attrib->refs);
150 return attrib;
170 static void attrib_destroy(GAttrib *attrib) argument
175 while ((c = g_queue_pop_head(attrib->queue)))
178 g_queue_free(attrib->queue);
179 attrib->queue = NULL;
181 for (l = attrib->events; l; l = l->next)
184 g_slist_free(attrib
206 g_attrib_unref(GAttrib *attrib) argument
217 g_attrib_get_channel(GAttrib *attrib) argument
225 g_attrib_set_disconnect_function(GAttrib *attrib, GAttribDisconnectFunc disconnect, gpointer user_data) argument
237 g_attrib_set_destroy_function(GAttrib *attrib, GDestroyNotify destroy, gpointer user_data) argument
251 struct _GAttrib *attrib = data; local
261 struct _GAttrib *attrib = data; local
301 struct _GAttrib *attrib = data; local
306 wake_up_sender(struct _GAttrib *attrib) argument
316 struct _GAttrib *attrib = data; local
392 struct _GAttrib *attrib; local
423 g_attrib_send(GAttrib *attrib, guint id, guint8 opcode, const guint8 *pdu, guint16 len, GAttribResultFunc func, gpointer user_data, GDestroyNotify notify) argument
464 g_attrib_cancel(GAttrib *attrib, guint id) argument
489 g_attrib_cancel_all(GAttrib *attrib) argument
517 g_attrib_set_debug(GAttrib *attrib, GAttribDebugFunc func, gpointer user_data) argument
523 g_attrib_get_buffer(GAttrib *attrib, int *len) argument
533 g_attrib_set_mtu(GAttrib *attrib, int mtu) argument
553 g_attrib_register(GAttrib *attrib, guint8 opcode, GAttribNotifyFunc func, gpointer user_data, GDestroyNotify notify) argument
582 g_attrib_is_encrypted(GAttrib *attrib) argument
594 g_attrib_unregister(GAttrib *attrib, guint id) argument
616 g_attrib_unregister_all(GAttrib *attrib) argument
[all...]
H A Dgatttool.c69 GAttrib *attrib; member in struct:characteristic_data
76 GAttrib *attrib = user_data; local
105 g_attrib_send(attrib, 0, opdu[0], opdu, olen, NULL, NULL, NULL);
110 GAttrib *attrib = user_data; local
112 g_attrib_register(attrib, ATT_OP_HANDLE_NOTIFY, events_handler,
113 attrib, NULL);
114 g_attrib_register(attrib, ATT_OP_HANDLE_IND, events_handler,
115 attrib, NULL);
122 GAttrib *attrib; local
130 attrib
181 GAttrib *attrib = user_data; local
217 GAttrib *attrib = user_data; local
293 GAttrib *attrib = user_data; local
330 GAttrib *attrib = user_data; local
382 GAttrib *attrib = user_data; local
456 GAttrib *attrib = user_data; local
[all...]
H A Dinteractive.c41 static GAttrib *attrib = NULL; variable
133 g_attrib_send(attrib, 0, opdu[0], opdu, olen, NULL, NULL, NULL);
144 attrib = g_attrib_new(iochannel);
145 g_attrib_register(attrib, ATT_OP_HANDLE_NOTIFY, events_handler,
146 attrib, NULL);
147 g_attrib_register(attrib, ATT_OP_HANDLE_IND, events_handler,
148 attrib, NULL);
357 g_attrib_unref(attrib);
358 attrib = NULL;
378 gatt_discover_primary(attrib, NUL
[all...]
H A Dclient.c60 GAttrib *attrib; member in struct:gatt_service
155 g_attrib_unref(gatt->attrib);
232 g_attrib_unref(gatt->attrib);
307 g_attrib_send(gatt->attrib, 0, opdu[0], opdu, olen,
322 gatt->attrib = NULL;
330 g_attrib_unref(gatt->attrib);
348 if (gatt->attrib == NULL)
353 g_attrib_register(gatt->attrib,
356 g_attrib_register(gatt->attrib,
364 g_attrib_unref(gatt->attrib);
1050 attrib_client_register(DBusConnection *connection, struct btd_device *device, int psm, GAttrib *attrib, GSList *primaries) argument
[all...]
/external/openssl/include/openssl/
H A Dpkcs12.h120 STACK_OF(X509_ATTRIBUTE) *attrib; member in struct:__anon7606
162 PKCS12_get_attr_gen(bag->attrib, attr_nid)
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_sysvideo.cc66 static int BE_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
702 int BE_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) argument
707 switch (attrib)
/external/quake/quake/src/QW/client/
H A Dgl_vidlinuxglx.c589 int attrib[] = { local
651 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/bluetooth/bluez/src/
H A Dattrib-server.c48 #include "attrib-server.h"
58 GAttrib *attrib; member in struct:gatt_channel
148 const struct attribute *attrib = a; local
151 return attrib->handle - handle;
170 channel->encrypted = g_attrib_is_encrypted(channel->attrib);
625 struct attribute *attrib; local
636 attrib = l->data;
638 if (bt_uuid_cmp(&attrib->uuid, &prim_uuid) != 0)
653 return attrib;
784 g_attrib_unref(channel->attrib);
[all...]
/external/libxml2/
H A Dnanoftp.c1593 char attrib[11]; local
1622 attrib[i++] = *cur;
1626 attrib[10] = 0;
1698 callback(userData, filename, attrib, owner, group, size, links,
2049 void ftpList(void *userData, const char *filename, const char* attrib, argument
2053 "%s %s %s %ld %s\n", attrib, owner, group, size, filename);

Completed in 1825 milliseconds

12