Searched defs:atom2 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dewmhints.c248 ewmh_modify_state(Window wnd, int add, Atom atom1, Atom atom2) argument
277 if (atom2)
279 atoms[1] = atom2;
298 if ((atoms[i] == atom1) || (atom2 && (atoms[i] == atom2)))
326 xevent.xclient.data.l[2] = atom2;
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c2404 * @atom2: an atom
2412 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2) { argument
2415 if (atom1 == atom2)
2417 if ((atom1 == NULL) || (atom2 == NULL))
2420 if (atom1->type != atom2->type)
2428 (xmlChar *)atom2->valuep);
2431 ret = (atom1->codepoint == atom2->codepoint);
2445 * @atom2: an atom
2453 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2) { argument
2456 if (atom1 == atom2)
[all...]

Completed in 59 milliseconds