Package libcprops-devel
- cp_avltree(3) β an AVL tree implementation
- cp_avltree_create(3) β AVL tree constructor / desctructor functions
- cp_avltree_get_mode(3) β AVL tree collection mode
- cp_avltree_insert(3) β AVL tree operations
- cp_avltree_lock(3) β acquire / release a lock on an AVL tree
- cp_bstr(3) β a bit string implementation
- cp_client(3) β tcp client api
- cp_client_close(3) β close a tcp connection
- cp_client_connect(3) β establish a tcp connection
- cp_client_create(3) β create a tcp client
- cp_client_destroy(3) β deallocate a tcp client structure
- cp_client_get_server_certificate(3) β return the certificate pesented by the server for an ssl connection
- cp_client_read(3) β read from a tcp connection
- cp_client_set_retry(3) β set connection retry count on a cp_client structure
- cp_client_ssl_init(3) β tcp client ssl initialization / shutdown functions
- cp_client_verify_hostname(3) β compare the host name used for a connection to the
- cp_client_write(3) β write from a tcp connection
- cp_connection_descriptor(3) β connection descriptor for cp_socket connections
- cp_data_source_destroy(3) β release a database connection factory
- cp_data_source_get_connection(3) β obtain a database connection from a connection
- cp_db_connection_close(3) β close a database connection
- cp_db_connection_close_statement(3) β close a prepared statement
- cp_db_connection_commit(3) β perform a COMMIT /
- cp_db_connection_destroy(3) β release the memory allocated by a database connection
- cp_db_connection_escape_string(3) β string conversions for SQL queries
- cp_db_connection_execute_statement(3)
- cp_db_connection_pool_create(3) β create /
- cp_db_connection_pool_get_connection(3) β retrieve / return a connection from
- cp_db_connection_pool_set_blocking(3) β set a connection pool's behavior when
- cp_db_connection_pool_shutdown(3) β stop a connection pool
- cp_db_connection_prepare_statement(3) β create a prepared statement
- cp_db_connection_select(3) β perform a SELECT query on a database connection
- cp_db_connection_set_autocommit(3) β set a connection's autocommit behavior
- cp_db_connection_set_fetch_metadata(3) β set connection to request query result
- cp_db_connection_set_fetch_size(3) β set number of rows to be retrieved at a time
- cp_db_connection_set_read_result_set_at_once(3) β set connection to fetch
- cp_db_connection_update(3) β send an SQL command on a database connection
- cp_db_init(3) β initialize / shut down db abstraction layer
- cp_db_mysql(3) β cp_dbms mysql driver
- cp_db_postgres(3) β cp_dbms postgres driver
- cp_db_statement_set_binary(3) β request statement results in binary/text format
- cp_dbms(3) β dbms abstraction api
- cp_dbms_get_data_source(3) β obtain a database
- cp_dbms_load_driver(3) β load a dbms driver implementation
- cp_hashlist(3) β a hashtable supporting insertion order conservation and quick
- cp_hashlist_callback(3) β invoke a callback on hashlist mappings
- cp_hashlist_contains(3) β test a hashlist for the existence of a mapping
- cp_hashlist_create(3) β hashlist constructor functions
- cp_hashlist_destroy(3) β hashlist destructor functions
- cp_hashlist_get(3) β retrieve a hashlist entry by key or position
- cp_hashlist_get_mode(3) β get hashlist mode bit settings
- cp_hashlist_insert(3) β add a mapping to a hashlist
- cp_hashlist_is_empty(3) β test if a hashlist is empty
- cp_hashlist_item_count(3) β hashlist item count
- cp_hashlist_iterator(3) β an iterator for cp_hashlist structures
- cp_hashlist_lock(3) β hashlist locking functions
- cp_hashlist_remove(3) β remove mappings from a hashlist
- cp_hashlist_set_min_fill_factor(3) β set
- cp_hashlist_set_min_size(3) β set the minimal internal table size on a
- cp_hashlist_set_mode(3) β set/unset hashlist mode bits
- cp_hashtable(3) β a general purpose hashtable implementation
- cp_hashtable_contains(3) β test a hashtable for the existence of a mapping
- cp_hashtable_count(3) β hashtable item count
- cp_hashtable_create(3) β hashtable
- cp_hashtable_destroy(3) β hashtable destructor functions
- cp_hashtable_get(3) β lookup a hashtable entry by key
- cp_hashtable_get_keys(3) β retrieve hashtable keys /
- cp_hashtable_is_empty(3) β test if a hashtable is empty
- cp_hashtable_lock(3) β hashtable locking functions
- cp_hashtable_put(3) β add an entry to a hashtable
- cp_hashtable_remove(3)
- cp_hashtable_set_min_fill_factor(3) β set
- cp_hashtable_set_min_size(3) β set the minimal internal table size on a
- cp_hashtable_set_mode(3) β set/unset hashtable mode bits
- cp_heap(3) β a heap implementation
- cp_heap_callback(3) β run a callback on all items in a heap
- cp_heap_contract(3) β reduce allocated heap size to accomodate for the current
- cp_heap_count(3) β return the number of items stored in a heap
- cp_heap_create(3) β create / destroy
- cp_heap_get_mode(3) β retrieve or change
- cp_heap_lock(3) β lock / unlock a heap for transaction like
- cp_heap_peek(3) β retrieve the item on the top of the heap
- cp_heap_push(3) β push / pop an item on / from a heap
- cp_heap_size(3) β return the current heap capacity
- cp_http_request(3) β http request descriptor
- cp_http_response(3) β http response descriptor
- cp_http_service(3) β http service descriptor
- cp_http_session(3) β http session object
- cp_httpclient(3) β http client api
- cp_httpclient_create(3) β http client wrapper constructor
- cp_httpclient_ctl(3) β http client api
- cp_httpclient_fetch(3) β perfrom an http call
- cp_httpclient_init(3) β initialize / finalize http client api
- cp_httpclient_result(3) β http call result wrapper
- cp_httpclient_set_header(3) β control http client behavior
- cp_httpsocket(3) β http server socket api
- cp_list(3) β a doubly linked list implementation
- cp_list_iterator(3) β an iterator for cp_list structures
- cp_mempool(3) β a memory pool implementation
- cp_mempool_alloc(3) β obtain memory block from a memory pool
- cp_mempool_create(3) β create a memory pool
- cp_mempool_destroy(3) β deallocate a memory pool
- cp_mempool_free(3) β return memory block to a memory pool
- cp_mempool_inc_refcount(3) β increase the reference count on a memory pool
- cp_multimap(3) β a tree based data structure for indexing by multiple indices
- cp_multimap_callback(3) β invoke a callback on items in a multi-map
- cp_multimap_contains(3) β check whether an entry exists on any index
- cp_multimap_count(3) β return the number of items in a multimap
- cp_multimap_create(3) β create / destroy a multimap
- cp_multimap_create_index(3) β add an index on a multimap
- cp_multimap_get(3) β retrieve entries from a multimap
- cp_multimap_insert(3) β add or remove entries from a multimap
- cp_multimap_lock(3) β multimap locking functions
- cp_multimap_reindex(3) β reposition an entry in a multimap after changing key field values
- cp_multimap_set_mode(3) β manage multimap mode setting
- cp_multimap_use_mempool(3) β use a memory pool for internal multimap allocations
- cp_narytree(3) β an in-memory btree implementation
- cp_narytree_create(3) β red-black tree constructor / desctructor functions
- cp_narytree_get_mode(3) β N-ary tree collection mode
- cp_narytree_insert(3) β N-ary tree operations
- cp_narytree_lock(3) β acquire / release a lock on an N-ary tree
- cp_pooled_thread_client_interface(3) β an interface for thread pool clients
- cp_pooled_thread_scheduler(3) β a load balancing component for pooled threads
- cp_priority_list(3) β a priority queue implementation
- cp_rbtree(3) β an red-black tree implementation
- cp_rbtree_create(3) β red-black tree constructor / desctructor functions
- cp_rbtree_get_mode(3) β red-black tree collection mode
- cp_rbtree_insert(3) β red-black tree operations
- cp_rbtree_lock(3) β acquire / release a lock on an red-black tree
- cp_result_set(3) β result set functions
- cp_rtrie(3) β a bit sequence radix trie implementation
- cp_shared_mempool(3) β a shareable memory pool implementation
- cp_shared_mempool_alloc(3) β obtain memory block from
- cp_shared_mempool_create(3) β create a
- cp_shared_mempool_destroy(3) β deallocate a shareable memory pool
- cp_shared_mempool_free(3) β return memory block to a shared memory pool
- cp_shared_mempool_register(3) β register an allocation size with a shared memory
- cp_socket(3) β tcp server socket api
- cp_sorted_hash(3) β an ordered hash table implementation
- cp_sorted_hash_create(3) β sorted hash constructor/ destructor functions
- cp_sorted_hash_get_mode(3) β ordered hash table collection mode
- cp_sorted_hash_insert(3) β ordered hash table operations
- cp_sorted_hash_lock(3) β acquire / release a lock on an ordered hash table
- cp_splaytree(3) β an splay tree implementation
- cp_splaytree_create(3) β splay tree constructor / destructor functions
- cp_splaytree_get_mode(3) β splay tree collection mode
- cp_splaytree_insert(3) β splay tree operations
- cp_splaytree_lock(3) β acquire / release a lock on an splay tree
- cp_string(3) β a string wrapper
- cp_string_cat(3) β concatenate cp_strings
- cp_string_cat_bin(3) β concatenate a buffer to a cp_string
- cp_string_cmp(3) β string comparison function
- cp_string_cpy(3) β copy a cp_string
- cp_string_create(3) β string constructor function
- cp_string_cstrcat(3) β concatenate a null terminated string to a cp_string
- cp_string_cstrcpy(3) β copy a null terminated string to a cp_string
- cp_string_cstrdup(3) β duplicate a null terminated string
- cp_string_delete(3) β string destructor function
- cp_string_dump(3) β write a hex dump of a cp_string
- cp_string_dup(3) β duplicate a cp_string
- cp_string_len(3) β return the length of a cp_string
- cp_string_read(3) β read a string from an open file descriptor
- cp_string_reset(3) β reset a cp_string structure
- cp_string_tocstr(3) β retrieve the underlying character pointer from a cp_string
- cp_string_write(3) β write a string to an open file descriptor
- cp_thread(3) β cprops thread framework
- cp_thread_pool(3) β a thread pool implementation
- cp_timestampz(3) β an object to represent time
- cp_trie(3) β a character trie implementation
- cp_vector(3) β a managed array type
- cp_vector_add_element(3) β add / set an element in a vector
- cp_vector_create(3) β create a vector object
- cp_vector_destroy(3) β delete a vector object
- cp_vector_element_at(3) β return the element at the given position
- cp_vector_size(3) β return the length of a vector
- cp_wtrie(3) β a wide character trie implementation
- cprops(3) β the c prototyping tools library
