Home
last modified time | relevance | path

Searched refs:id_str (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/directx/wine/dinput/
H A Djoystick_linux.c138 char sys_path[sizeof(SYS_PATH_FORMAT) + 16], id_str[5]; in read_sys_id_variable() local
145 if (read(sys_fd, id_str, 4) == 4) in read_sys_id_variable()
147 id_str[4] = '\0'; in read_sys_id_variable()
148 *value = strtol(id_str, NULL, 16); in read_sys_id_variable()
/reactos/dll/win32/mshtml/
H A Dhtmldoc.c28 nsAString id_str; in get_doc_elem_by_id() local
37 nsAString_InitDepend(&id_str, id); in get_doc_elem_by_id()
39 nsres = nsIDOMHTMLDocument_GetElementById(doc->nsdoc, &id_str, &nselem); in get_doc_elem_by_id()
42 nsAString_Finish(&id_str); in get_doc_elem_by_id()
47 nsres = nsIDOMHTMLDocument_GetElementsByName(doc->nsdoc, &id_str, &nsnode_list); in get_doc_elem_by_id()
48 nsAString_Finish(&id_str); in get_doc_elem_by_id()
2349 nsAString id_str; in HTMLDocument3_getElementsByTagName() local
2359 nsAString_InitDepend(&id_str, v); in HTMLDocument3_getElementsByTagName()
2360 nsres = nsIDOMHTMLDocument_GetElementsByTagName(This->doc_node->nsdoc, &id_str, &nslist); in HTMLDocument3_getElementsByTagName()
2361 nsAString_Finish(&id_str); in HTMLDocument3_getElementsByTagName()
H A Dhtmlelem.c760 nsAString id_str; in HTMLElement_put_id() local
770 nsAString_InitDepend(&id_str, v); in HTMLElement_put_id()
771 nsres = nsIDOMHTMLElement_SetId(This->nselem, &id_str); in HTMLElement_put_id()
772 nsAString_Finish(&id_str); in HTMLElement_put_id()
782 nsAString id_str; in HTMLElement_get_id() local
792 nsAString_Init(&id_str, NULL); in HTMLElement_get_id()
793 nsres = nsIDOMHTMLElement_GetId(This->nselem, &id_str); in HTMLElement_get_id()
794 return return_nsstr(nsres, &id_str, p); in HTMLElement_get_id()
/reactos/modules/rostests/winetests/windowscodecs/
H A Dmetadata.c2457 const char *schema, *id_str; member
2638 if (current_metadata_block->item[i].id_str) in mdr_GetValue()
2640 if (!lstrcmpA(U(*id).pszVal, current_metadata_block->item[i].id_str)) in mdr_GetValue()
2651 if (current_metadata_block->item[i].id_str) in mdr_GetValue()
2655 if (!lstrcmpA(idA, current_metadata_block->item[i].id_str)) in mdr_GetValue()