Searched defs:atom1 (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
275 atoms[0] = atom1;
298 if ((atoms[i] == atom1) || (atom2 && (atoms[i] == atom2)))
325 xevent.xclient.data.l[1] = atom1;
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c2403 * @atom1: 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)
2422 switch (atom1->type) {
2427 ret = xmlStrEqual((xmlChar *)atom1->valuep,
2431 ret = (atom1->codepoint == atom2->codepoint);
2444 * @atom1: an atom
2453 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPt argument
[all...]

Completed in 529 milliseconds