Searched defs:history (Results 26 - 29 of 29) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dinputstr.h289 void *motion; /* motion history buffer. Different layout
321 DeviceEvent *history; /* History of events on this touchpoint */ member in struct:_TouchPointInfo
322 size_t history_elements; /* Number of current elements in history */
323 size_t history_size; /* Size of history in elements */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dinputstr.h289 void *motion; /* motion history buffer. Different layout
325 DeviceEvent *history; /* History of events on this touchpoint */ member in struct:_TouchPointInfo
326 size_t history_elements; /* Number of current elements in history */
327 size_t history_size; /* Size of history in elements */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dinputstr.h289 void *motion; /* motion history buffer. Different layout
325 DeviceEvent *history; /* History of events on this touchpoint */ member in struct:_TouchPointInfo
326 size_t history_elements; /* Number of current elements in history */
327 size_t history_size; /* Size of history in elements */
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c827 int *history; /* list of (depth, state-id) tuples */ member in struct:_xmlSchemaIDCStateObj
3851 if (sto->history != NULL)
3852 xmlFree(sto->history);
22415 * Register a match in the state object history.
22417 if (sto->history == NULL) {
22418 sto->history = (int *) xmlMalloc(5 * sizeof(int));
22419 if (sto->history == NULL) {
22421 "allocating the state object history", NULL);
22427 sto->history = (int *) xmlRealloc(sto->history,
[all...]

Completed in 107 milliseconds

12