PyList_AsStringList  513 source4/lib/ldb/pyldb.c 		options = PyList_AsStringList(ldb, py_options);
PyList_AsStringList  566 source4/lib/ldb/pyldb.c 		options = PyList_AsStringList(NULL, py_options);
PyList_AsStringList  816 source4/lib/ldb/pyldb.c 		attrs = PyList_AsStringList(ldb_ctx, py_attrs);
PyList_AsStringList  831 source4/lib/ldb/pyldb.c 		const char **controls = PyList_AsStringList(ldb_ctx, py_controls);
PyList_AsStringList 1132 source4/lib/ldb/pyldb.c 			     scope, NULL /* expr */, py_attrs == Py_None?NULL:PyList_AsStringList(req, py_attrs),