Home
last modified time | relevance | path

Searched refs:onoff (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c1042 int onoff; in pysqlite_enable_load_extension() local
1048 if (!PyArg_ParseTuple(args, "i", &onoff)) { in pysqlite_enable_load_extension()
1052 rc = sqlite3_enable_load_extension(self->db, onoff); in pysqlite_enable_load_extension()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c2936 &ka.onoff, &ka.keepalivetime, &ka.keepaliveinterval))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c3013 &ka.onoff, &ka.keepalivetime, &ka.keepaliveinterval))