Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBGAlloc.c487 #define _XkbAllocKeys(r,n) _XkbGeomAlloc((void *)&(r)->keys,\ macro
687 if ((row->num_keys >= row->sz_keys) && (_XkbAllocKeys(row, 1) != Success)) in XkbAddGeomKey()
706 if ((sz_keys > 0) && (_XkbAllocKeys(row, sz_keys) != Success)) in XkbAddGeomRow()