SYMBOL INDEX (221 symbols across 19 files) FILE: gnulib/lib/bitrotate.h function rotl64 (line 37) | static inline uint64_t function rotr64 (line 46) | static inline uint64_t function rotl32 (line 56) | static inline uint32_t function rotr32 (line 65) | static inline uint32_t function rotl_sz (line 74) | static inline size_t function rotr_sz (line 83) | static inline size_t function rotl16 (line 94) | static inline uint16_t function rotr16 (line 106) | static inline uint16_t function rotl8 (line 118) | static inline uint8_t function rotr8 (line 129) | static inline uint8_t FILE: gnulib/lib/c-ctype.h function c_isalnum (line 167) | static inline bool function c_isalpha (line 181) | static inline bool function c_isascii (line 196) | static inline bool function c_isblank (line 213) | static inline bool function c_iscntrl (line 219) | static inline bool function c_isdigit (line 231) | static inline bool function c_isgraph (line 243) | static inline bool function c_islower (line 258) | static inline bool function c_isprint (line 270) | static inline bool function c_ispunct (line 286) | static inline bool function c_isspace (line 298) | static inline bool function c_isupper (line 310) | static inline bool function c_isxdigit (line 322) | static inline bool function c_tolower (line 335) | static inline int function c_toupper (line 347) | static inline int FILE: gnulib/lib/hash.c type hash_entry (line 53) | struct hash_entry type hash_table (line 59) | struct hash_table function hash_get_n_buckets (line 148) | size_t function hash_get_n_buckets_used (line 154) | size_t function hash_get_n_entries (line 160) | size_t function hash_get_max_bucket_length (line 166) | size_t function hash_table_ok (line 190) | bool function hash_print_statistics (line 219) | void type hash_entry (line 238) | struct hash_entry type hash_entry (line 250) | struct hash_entry type hash_entry (line 251) | struct hash_entry type hash_entry (line 268) | struct hash_entry type hash_entry (line 283) | struct hash_entry type hash_entry (line 284) | struct hash_entry function hash_get_entries (line 305) | size_t function hash_do_for_each (line 329) | size_t function hash_string (line 363) | size_t function hash_string (line 386) | size_t function is_prime (line 402) | static bool function next_prime (line 421) | static size_t function hash_reset_tuning (line 437) | void function raw_hasher (line 444) | static size_t function raw_comparator (line 457) | static bool function check_tuning (line 470) | static bool function compute_bucket_size (line 502) | static size_t function Hash_table (line 518) | Hash_table * function hash_clear (line 573) | void function hash_free (line 611) | void type hash_entry (line 666) | struct hash_entry type hash_entry (line 669) | struct hash_entry function free_entry (line 691) | static void type hash_entry (line 707) | struct hash_entry type hash_entry (line 709) | struct hash_entry type hash_entry (line 710) | struct hash_entry type hash_entry (line 727) | struct hash_entry type hash_entry (line 753) | struct hash_entry function transfer_entries (line 775) | static bool function hash_rehash (line 850) | bool function hash_insert_if_absent (line 929) | int type hash_entry (line 1025) | struct hash_entry type hash_entry (line 1063) | struct hash_entry type hash_entry (line 1064) | struct hash_entry function hash_print (line 1091) | void FILE: gnulib/lib/hash.h type hash_tuning (line 41) | struct hash_tuning type Hash_tuning (line 53) | typedef struct hash_tuning Hash_tuning; type hash_table (line 55) | struct hash_table type Hash_table (line 57) | typedef struct hash_table Hash_table; FILE: gnulib/lib/xalloc-oversized.h type __xalloc_count_type (line 41) | typedef ptrdiff_t __xalloc_count_type; type __xalloc_count_type (line 43) | typedef size_t __xalloc_count_type; FILE: gnulib/lib/xstrtol.c function strtol_error (line 46) | static strtol_error function strtol_error (line 63) | static strtol_error function strtol_error (line 74) | strtol_error FILE: gnulib/lib/xstrtol.h type strtol_error (line 25) | enum strtol_error type strtol_error (line 38) | typedef enum strtol_error strtol_error; FILE: lib/guestfs-internal-all.h function is_zero (line 98) | static inline int type mountable_type_t (line 149) | typedef enum { FILE: output/ovirt-upload-cancel.py function debug (line 29) | def debug(s): FILE: output/ovirt-upload-createvm.py function debug (line 31) | def debug(s): function jobs_completed (line 37) | def jobs_completed(system_service, correlation_id): FILE: output/ovirt-upload-finalize.py function debug (line 33) | def debug(s): function finalize_transfer (line 39) | def finalize_transfer(connection, transfer_id, disk_id): FILE: output/ovirt-upload-plugin.py function config (line 65) | def config(key, value): function config_complete (line 82) | def config_complete(): function after_fork (line 90) | def after_fork(): function cleanup (line 112) | def cleanup(): function thread_model (line 118) | def thread_model(): function open (line 126) | def open(readonly): function can_trim (line 130) | def can_trim(h): function can_flush (line 134) | def can_flush(h): function can_fua (line 138) | def can_fua(h): function can_multi_conn (line 143) | def can_multi_conn(h): function get_size (line 150) | def get_size(h): function request_failed (line 156) | def request_failed(r, msg): function pread (line 178) | def pread(h, buf, offset, flags): function pwrite (line 210) | def pwrite(h, buf, offset, flags): function zero (line 238) | def zero(h, count, offset, flags): function emulate_zero (line 269) | def emulate_zero(h, count, offset, flags): function flush (line 297) | def flush(h, flags): function send_flush (line 319) | def send_flush(http): class UnixHTTPConnection (line 339) | class UnixHTTPConnection(HTTPConnection): method __init__ (line 340) | def __init__(self, path, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): method connect (line 344) | def connect(self): class PoolItem (line 351) | class PoolItem: method __init__ (line 353) | def __init__(self, http): function create_http_pool (line 359) | def create_http_pool(url, options): function pool_keeper (line 377) | def pool_keeper(): function http_context (line 427) | def http_context(pool): function close_http_pool (line 443) | def close_http_pool(pool): function create_http (line 461) | def create_http(url, unix_socket=None): function get_options (line 494) | def get_options(http, url): FILE: output/ovirt-upload-transfer.py function debug (line 35) | def debug(s): function find_host (line 41) | def find_host(connection): function create_disk (line 94) | def create_disk(connection): function create_transfer (line 148) | def create_transfer(connection, disk, host): function transfer_supports_format (line 219) | def transfer_supports_format(): function get_transfer_url (line 231) | def get_transfer_url(transfer): FILE: output/qemuopts-c.c function qopts_finalize (line 52) | static void type custom_operations (line 61) | struct custom_operations function value (line 71) | value function value (line 89) | value function value (line 101) | value function value (line 119) | value function value (line 131) | value function value (line 143) | value function value (line 156) | value function value (line 179) | value function value (line 191) | value function value (line 203) | value FILE: test-data/phony-guests/fedora.c function add_str (line 38) | static void function add_null (line 46) | static void function add (line 52) | static void function main (line 59) | int FILE: tests/libvirt-is-version.c function main (line 34) | int function argtoint (line 67) | static unsigned int FILE: tests/test-o-ovirt-upload-module/imageio.py class RequestHandler (line 26) | class RequestHandler(BaseHTTPRequestHandler): method do_OPTIONS (line 29) | def do_OPTIONS(self): method do_PATCH (line 43) | def do_PATCH(self): method do_PUT (line 50) | def do_PUT(self): method discard_request (line 56) | def discard_request(self): FILE: tests/test-o-ovirt-upload-module/ovirtsdk4/__init__.py class Error (line 21) | class Error(Exception): class NotFoundError (line 25) | class NotFoundError(Error): class Connection (line 29) | class Connection(object): method __init__ (line 30) | def __init__( method close (line 42) | def close(self): method follow_link (line 45) | def follow_link(self, objs): method system_service (line 48) | def system_service(self): class SystemService (line 52) | class SystemService(object): method clusters_service (line 53) | def clusters_service(self): method data_centers_service (line 56) | def data_centers_service(self): method disks_service (line 59) | def disks_service(self): method jobs_service (line 62) | def jobs_service(self): method image_transfers_service (line 65) | def image_transfers_service(self): method storage_domains_service (line 68) | def storage_domains_service(self): method vms_service (line 71) | def vms_service(self): class ClusterService (line 75) | class ClusterService(object): method get (line 76) | def get(self): class ClustersService (line 80) | class ClustersService(object): method cluster_service (line 81) | def cluster_service(self, id): class DataCentersService (line 85) | class DataCentersService(object): method list (line 86) | def list(self, search=None, case_sensitive=False): class DiskService (line 90) | class DiskService(object): method __init__ (line 91) | def __init__(self, disk_id): method get (line 94) | def get(self): method remove (line 97) | def remove(self): class DisksService (line 101) | class DisksService(object): method add (line 102) | def add(self, disk=None): method disk_service (line 106) | def disk_service(self, disk_id): class JobsService (line 110) | class JobsService(object): method list (line 111) | def list(self, search=None): class ImageTransferService (line 115) | class ImageTransferService(object): method __init__ (line 116) | def __init__(self): method cancel (line 119) | def cancel(self): method get (line 122) | def get(self): method finalize (line 128) | def finalize(self): class ImageTransfersService (line 132) | class ImageTransfersService(object): method add (line 133) | def add(self, transfer): method image_transfer_service (line 136) | def image_transfer_service(self, id): class StorageDomainsService (line 140) | class StorageDomainsService(object): method list (line 141) | def list(self, search=None, case_sensitive=False): class VmsService (line 145) | class VmsService(object): method add (line 146) | def add(self, vm, query=None): method list (line 149) | def list(self, search=None): FILE: tests/test-o-ovirt-upload-module/ovirtsdk4/types.py class Architecture (line 28) | class Architecture(Enum): method __init__ (line 32) | def __init__(self, arch): method __str__ (line 35) | def __str__(self): class Cpu (line 39) | class Cpu(object): class Cluster (line 43) | class Cluster(object): class Configuration (line 49) | class Configuration(object): method __init__ (line 50) | def __init__(self, type=None, data=None): class ConfigurationType (line 54) | class ConfigurationType(Enum): method __init__ (line 58) | def __init__(self, image): method __str__ (line 61) | def __str__(self): class DiskFormat (line 65) | class DiskFormat(Enum): method __init__ (line 69) | def __init__(self, image): method __str__ (line 72) | def __str__(self): class DiskStatus (line 76) | class DiskStatus(Enum): method __init__ (line 81) | def __init__(self, image): method __str__ (line 84) | def __str__(self): class Disk (line 88) | class Disk(object): method __init__ (line 89) | def __init__( class ImageTransferPhase (line 105) | class ImageTransferPhase(Enum): method __init__ (line 118) | def __init__(self, image): method __str__ (line 121) | def __str__(self): class ImageTransfer (line 125) | class ImageTransfer(object): method __init__ (line 126) | def __init__( class Initialization (line 139) | class Initialization(object): method __init__ (line 140) | def __init__(self, configuration): class JobStatus (line 144) | class JobStatus(Enum): method __init__ (line 151) | def __init__(self, image): method __str__ (line 154) | def __str__(self): class Job (line 158) | class Job(object): class StorageDomain (line 163) | class StorageDomain(object): method __init__ (line 164) | def __init__(self, name=None): class Vm (line 171) | class Vm(object): method __init__ (line 172) | def __init__( class DataCenter (line 180) | class DataCenter(object):