Searched defs:GET_STRING (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDrvNAT.cpp106 #define GET_STRING(rc, pthis, node, name, var, var_size) \ macro
120 GET_STRING((rc), (node), (instance), #x, sz ## x[0], sizeof(sz ## x)); \
1208 GET_STRING(rc, pThis, pNode, "HostName", szHostNameOrPattern[0], sizeof(szHostNameOrPattern));
1211 GET_STRING(rc, pThis, pNode, "HostNamePattern", szHostNameOrPattern[0], sizeof(szHostNameOrPattern));
1271 GET_STRING(rc, pThis, pNode, "Protocol", szProtocol[0], sizeof(szProtocol));
1498 GET_STRING(rc, pThis, pCfg, "Network", szNetwork[0], sizeof(szNetwork));

Completed in 52 milliseconds