HomeSort by: relevance | last modified time | path
    Searched defs:checkonly (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/Xi/
xiproperty.c 531 BOOL checkonly),
761 BOOL checkonly = TRUE; local
763 /* run through all handlers with checkonly TRUE, then again with
764 * checkonly FALSE. Handlers MUST return error codes on the
765 * checkonly run, errors on the second run are ignored */
772 &new_value, checkonly);
774 if (checkonly && rc != Success) {
783 checkonly = !checkonly;
784 } while (!checkonly);
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/Xi/
xiproperty.c 546 BOOL checkonly),
785 BOOL checkonly = TRUE; local
786 /* run through all handlers with checkonly TRUE, then again with
787 * checkonly FALSE. Handlers MUST return error codes on the
788 * checkonly run, errors on the second run are ignored */
797 &new_value, checkonly);
798 if (checkonly && rc != Success)
806 checkonly = !checkonly;
807 } while (!checkonly);
    [all...]

Completed in 6 milliseconds