Home
last modified time | relevance | path

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

/tools/xenstored/
A Dxenstore_state.h102 uint16_t token_length; /* Number of bytes of watch token (incl. 0). */ member
109 uint16_t token_length; /* Number of bytes of watch token (incl. 0). */ member
A Dwatch.c301 sw.token_length = strlen(watch->token) + 1; in dump_state_watches()
302 head.length += sw.path_length + sw.token_length; in dump_state_watches()
311 if (fwrite(watch->token, sw.token_length, 1, fp) != 1) in dump_state_watches()

Completed in 4 milliseconds