PyString_AsGUID   122 source4/librpc/rpc/pyrpc.c 		return PyString_AsGUID(object, &syntax_id->uuid);
PyString_AsGUID   134 source4/librpc/rpc/pyrpc.c 		if (!PyString_AsGUID(PyTuple_GetItem(object, 0), &syntax_id->uuid)) 
PyString_AsGUID   245 source4/librpc/rpc/pyrpc.c 	if (object != NULL && !PyString_AsGUID(object, &object_guid)) {