Lines Matching refs:Success

440         return Success;  in _XkbGeomAlloc()
445 return Success; in _XkbGeomAlloc()
456 return Success; in _XkbGeomAlloc()
513 ((rtrn = _XkbAllocProps(geom, sizes->num_properties)) != Success)) { in XkbAllocGeometry()
517 ((rtrn = _XkbAllocColors(geom, sizes->num_colors)) != Success)) { in XkbAllocGeometry()
521 ((rtrn = _XkbAllocShapes(geom, sizes->num_shapes)) != Success)) { in XkbAllocGeometry()
525 ((rtrn = _XkbAllocSections(geom, sizes->num_sections)) != Success)) { in XkbAllocGeometry()
529 ((rtrn = _XkbAllocDoodads(geom, sizes->num_doodads)) != Success)) { in XkbAllocGeometry()
534 _XkbAllocKeyAliases(geom, sizes->num_key_aliases)) != Success)) { in XkbAllocGeometry()
537 return Success; in XkbAllocGeometry()
562 (_XkbAllocProps(geom, 1) != Success)) { in XkbAddGeomProperty()
596 (_XkbAllocKeyAliases(geom, 1) != Success)) { in XkbAddGeomKeyAlias()
622 (_XkbAllocColors(geom, 1) != Success)) { in XkbAddGeomColor()
642 (_XkbAllocOutlines(shape, 1) != Success)) { in XkbAddGeomOutline()
647 if ((sz_points > 0) && (_XkbAllocPoints(outline, sz_points) != Success)) in XkbAddGeomOutline()
668 (_XkbAllocShapes(geom, 1) != Success)) in XkbAddGeomShape()
672 if ((sz_outlines > 0) && (_XkbAllocOutlines(shape, sz_outlines) != Success)) in XkbAddGeomShape()
687 if ((row->num_keys >= row->sz_keys) && (_XkbAllocKeys(row, 1) != Success)) in XkbAddGeomKey()
702 (_XkbAllocRows(section, 1) != Success)) in XkbAddGeomRow()
706 if ((sz_keys > 0) && (_XkbAllocKeys(row, sz_keys) != Success)) in XkbAddGeomRow()
725 if (((sz_rows > 0) && (_XkbAllocRows(section, sz_rows) != Success)) || in XkbAddGeomSection()
727 (_XkbAllocDoodads(section, sz_doodads) != Success)) || in XkbAddGeomSection()
728 ((sz_over > 0) && (_XkbAllocOverlays(section, sz_over) != Success))) in XkbAddGeomSection()
733 (_XkbAllocSections(geom, 1) != Success)) in XkbAddGeomSection()
736 if ((sz_rows > 0) && (_XkbAllocRows(section, sz_rows) != Success)) in XkbAddGeomSection()
738 if ((sz_doodads > 0) && (_XkbAllocDoodads(section, sz_doodads) != Success)) { in XkbAddGeomSection()
773 (_XkbAllocDoodads(section, 1) != Success)) { in XkbAddGeomDoodad()
780 (_XkbAllocDoodads(geom, 1) != Success)) in XkbAddGeomDoodad()
814 (_XkbAllocOverlayKeys(row, 1) != Success)) in XkbAddGeomOverlayKey()
837 (_XkbAllocOverlayKeys(row, sz_keys) != Success)) { in XkbAddGeomOverlayRow()
844 (_XkbAllocOverlayRows(overlay, 1) != Success)) in XkbAddGeomOverlayRow()
848 if ((sz_keys > 0) && (_XkbAllocOverlayKeys(row, sz_keys) != Success)) in XkbAddGeomOverlayRow()
868 (_XkbAllocOverlayRows(overlay, sz_rows) != Success)) in XkbAddGeomOverlay()
874 (_XkbAllocOverlays(section, 1) != Success)) in XkbAddGeomOverlay()
877 if ((sz_rows > 0) && (_XkbAllocOverlayRows(overlay, sz_rows) != Success)) in XkbAddGeomOverlay()