Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenstore/
A Dxs.c871 unsigned int num_strings, i; in read_watch_internal() local
913 num_strings = xs_count_strings(strings, msg->hdr.len); in read_watch_internal()
915 ret = malloc(sizeof(char*) * num_strings + msg->hdr.len); in read_watch_internal()
922 ret[0] = (char *)(ret + num_strings); in read_watch_internal()
928 for (i = 1; i < num_strings; i++) in read_watch_internal()
931 *num = num_strings; in read_watch_internal()

Completed in 4 milliseconds