Home
last modified time | relevance | path

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

/external/curl/tests/server/
Dmqttd.c143 static void getconfig(void) in getconfig() function
499 getconfig(); in mqttit()
Dsocksd.c175 static void getconfig(void) in getconfig() function
367 getconfig(); in sockit()
/external/python/cpython2/Doc/library/
Dal.rst180 .. method:: audio port.getconfig()
/external/python/cpython2/Modules/
Dalmodule.c426 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()