Searched refs:getconfig (Results 1 – 4 of 4) sorted by relevance
/external/curl/tests/server/ |
D | mqttd.c | 143 static void getconfig(void) in getconfig() function 499 getconfig(); in mqttit()
|
D | socksd.c | 175 static void getconfig(void) in getconfig() function 367 getconfig(); in sockit()
|
/external/python/cpython2/Doc/library/ |
D | al.rst | 180 .. method:: audio port.getconfig()
|
/external/python/cpython2/Modules/ |
D | almodule.c | 426 getconfig(alcobject *self, PyObject *args, long (*func)(ALconfig)) in getconfig() function 448 return getconfig(self, args, ALgetqueuesize); in alc_getqueuesize() 460 return getconfig(self, args, ALgetwidth); in alc_getwidth() 466 return getconfig(self, args, ALgetchannels); in alc_getchannels() 480 return getconfig(self, args, ALgetsampfmt); in alc_getsampfmt()
|