Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtirpc/src/
H A Dxdr_reference.c126 bool_t more_data; local
128 more_data = (*objpp != NULL);
129 if (! xdr_bool(xdrs,&more_data)) {
132 if (! more_data) {
/reactos/modules/rostests/tests/regdump/
H A Dregproc.c1141 BOOL more_data; in export_hkey() local
1163 more_data = TRUE; in export_hkey()
1164 while (more_data) { in export_hkey()
1170 more_data = FALSE; in export_hkey()
1241 more_data = TRUE; in export_hkey()
1243 while (more_data) { in export_hkey()
1247 more_data = FALSE; in export_hkey()