OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computer_name
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/examples/peerconnection/client/
defaults.cc
52
char
computer_name
[256];
local
55
if (gethostname(
computer_name
, arraysize(
computer_name
)) == 0) {
56
ret +=
computer_name
;
/external/python/cpython3/PC/clinic/
winreg.c.h
122
"ConnectRegistry($module,
computer_name
, key, /)\n"
127
"
computer_name
\n"
140
winreg_ConnectRegistry_impl(PyObject *module, Py_UNICODE *
computer_name
,
147
Py_UNICODE *
computer_name
;
local
152
&
computer_name
, clinic_HKEY_converter, &key)) {
155
_return_value = winreg_ConnectRegistry_impl(module,
computer_name
, key);
[
all
...]
Completed in 200 milliseconds