Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- c -
- cg_bytes_fromint() : bytes.c, bytes.h
- cg_bytes_toint() : bytes.c, bytes.h
- cg_cond_delete() : cond.c, cond.h
- cg_cond_new() : cond.c, cond.h
- cg_cond_signal() : cond.c, cond.h
- cg_cond_timedwait() : cond.c, cond.h
- cg_cond_wait() : cond.c, cond.h
- cg_dictionary_add : dictionary.h
- cg_dictionary_clear : dictionary.h
- cg_dictionary_delete() : dictionary.c, dictionary.h
- cg_dictionary_element_delete() : dictionary_elem.c, dictionary.h
- cg_dictionary_element_getkey : dictionary.h
- cg_dictionary_element_getvalue : dictionary.h
- cg_dictionary_element_new() : dictionary_elem.c, dictionary.h
- cg_dictionary_element_next : dictionary.h
- cg_dictionary_element_remove : dictionary.h
- cg_dictionary_element_setkey : dictionary.h
- cg_dictionary_element_setvalue : dictionary.h
- cg_dictionary_get() : dictionary.h
- cg_dictionary_getelement() : dictionary.c
- cg_dictionary_gets : dictionary.h
- cg_dictionary_getvalue() : dictionary.c, dictionary.h
- cg_dictionary_new() : dictionary.c, dictionary.h
- cg_dictionary_remove : dictionary.h
- cg_dictionary_setvalue() : dictionary.c, dictionary.h
- cg_dictionary_size : dictionary.h
- cg_double2str() : string_function.c, string.h
- cg_float2str() : string_function.c, string.h
- cg_getcurrentsystemtime() : time.c, time.h
- cg_int2str() : string_function.c, string.h
- cg_list_add() : list.c, list.h
- cg_list_clear() : list.c, list.h
- CG_LIST_DESTRUCTORFUNC : list.h
- cg_list_get() : list.c, list.h
- cg_list_gets() : list.c, list.h
- cg_list_header_init() : list.c, list.h
- cg_list_insert() : list.c, list.h
- cg_list_next() : list.c, list.h
- cg_list_next_circular() : list.c, list.h
- cg_list_node_init() : list.c, list.h
- cg_list_prev() : list.c, list.h
- cg_list_prev_circular() : list.c, list.h
- cg_list_remove() : list.c, list.h
- cg_list_size() : list.c, list.h
- CG_LIST_STRUCT_MEMBERS : list.h
- cg_log : log.h
- CG_LOG_ALL : log.h
- CG_LOG_DEBUG : log.h
- cg_log_debug : log.h
- CG_LOG_DEBUG_S : _log.h
- CG_LOG_ERROR : log.h
- cg_log_error : log.h
- CG_LOG_ERROR_S : _log.h
- CG_LOG_INFO : log.h
- cg_log_info : log.h
- CG_LOG_INFO_S : _log.h
- CG_LOG_NET_PREFIX_RECV : logs.h
- CG_LOG_NET_PREFIX_SEND : logs.h
- CG_LOG_NONE : log.h
- cg_log_output() : log.c, log.h
- cg_log_setlevel() : log.c, log.h
- cg_log_type2string() : log.c
- CG_LOG_WARN : log.h
- cg_log_warn : log.h
- CG_LOG_WARN_S : _log.h
- cg_long2str() : string_function.c, string.h
- cg_mutex_delete() : mutex.c, mutex.h
- cg_mutex_lock() : mutex.c, mutex.h
- cg_mutex_new() : mutex.c, mutex.h
- cg_mutex_unlock() : mutex.c, mutex.h
- cg_net_gethostinterfaces() : interface_function.c, interface.h
- cg_net_getipv6scopeid() : net_function.c, interface.h
- cg_net_interface_delete() : interface.c, interface.h
- cg_net_interface_getaddress() : interface.c, interface.h
- cg_net_interface_getany() : interface.c, interface.h
- cg_net_interface_getindex : interface.h
- cg_net_interface_getmacaddress : interface.h
- cg_net_interface_getname() : interface.c, interface.h
- cg_net_interface_getnetmask() : interface.c, interface.h
- cg_net_interface_new() : interface.c, interface.h
- cg_net_interface_next : interface.h
- cg_net_interface_remove : interface.h
- cg_net_interface_setaddress() : interface.c, interface.h
- cg_net_interface_setindex : interface.h
- cg_net_interface_setmacaddress : interface.h
- cg_net_interface_setname() : interface.c, interface.h
- cg_net_interface_setnetmask() : interface.c, interface.h
- cg_net_interfacelist_add : interface.h
- cg_net_interfacelist_clear : interface.h
- cg_net_interfacelist_delete() : interface_list.c, interface.h
- cg_net_interfacelist_gets : interface.h
- cg_net_interfacelist_new() : interface_list.c, interface.h
- cg_net_interfacelist_size : interface.h
- CG_NET_IPV4_ADDRSTRING_MAXSIZE : interface.h
- CG_NET_IPV4_LOOPBACK : interface.h
- CG_NET_IPV6_ADDRSTRING_MAXSIZE : interface.h
- CG_NET_IPV6_LOOPBACK : interface.h
- cg_net_isipv6address() : net_function.c, interface.h
- cg_net_isuseaddress() : net_function.c
- CG_NET_MACADDR_SIZE : interface.h
- cg_net_selectaddr() : interface_function.c, interface.h
- CG_NET_SOCKET_AUTO_IP_MASK : socket.h
- CG_NET_SOCKET_AUTO_IP_NET : socket.h
- CG_NET_SOCKET_CLIENT : socket.h
- cg_net_socket_debug() : logs.c, logs.h
- CG_NET_SOCKET_DGRAM : socket.h
- CG_NET_SOCKET_DGRAM_ANCILLARY_BUFSIZE : socket.h
- CG_NET_SOCKET_DGRAM_RECV_BUFSIZE : socket.h
- cg_net_socket_error() : logs.c, logs.h
- cg_net_socket_log() : logs.c
- CG_NET_SOCKET_MAXHOST : socket.h
- CG_NET_SOCKET_MAXSERV : socket.h
- CG_NET_SOCKET_MULTICAST_DEFAULT_TTL : socket.h
- CG_NET_SOCKET_NONE : socket.h
- CG_NET_SOCKET_SEND_RETRY_CNT : socket.c
- CG_NET_SOCKET_SEND_RETRY_WAIT_MSEC : socket.c
- CG_NET_SOCKET_SERVER : socket.h
- CG_NET_SOCKET_STREAM : socket.h
- cg_posix_thread_proc() : thread.c
- cg_random() : time.c, time.h
- cg_sig_handler() : thread.c
- cg_sizet2str() : string_function.c, string.h
- cg_sleep : time.h
- cg_sleeprandom : time.h
- cg_socket_accept() : socket.c, socket.h
- cg_socket_bind() : socket.c, socket.h
- cg_socket_cleanup() : socket.c, socket.h
- cg_socket_close() : socket.c, socket.h
- cg_socket_connect() : socket.c, socket.h
- cg_socket_datagram_packet_clear() : datagram_packet.c, socket.h
- cg_socket_datagram_packet_copy() : datagram_packet.c, socket.h
- cg_socket_datagram_packet_delete() : datagram_packet.c, socket.h
- cg_socket_datagram_packet_getdata : socket.h
- cg_socket_datagram_packet_getlength : socket.h
- cg_socket_datagram_packet_getlocalAddr : socket.h
- cg_socket_datagram_packet_getlocalport : socket.h
- cg_socket_datagram_packet_getremoteAddr : socket.h
- cg_socket_datagram_packet_getremoteport : socket.h
- cg_socket_datagram_packet_new() : datagram_packet.c, socket.h
- cg_socket_datagram_packet_setdata() : datagram_packet.c, socket.h
- cg_socket_datagram_packet_setlocalAddr : socket.h
- cg_socket_datagram_packet_setlocalport : socket.h
- cg_socket_datagram_packet_setremoteAddr : socket.h
- cg_socket_datagram_packet_setremoteport : socket.h
- cg_socket_delete() : socket.c, socket.h
- cg_socket_dgram_new : socket.h
- cg_socket_getaddress : socket.h
- cg_socket_getdirection : socket.h
- cg_socket_getid : socket.h
- cg_socket_getport : socket.h
- cg_socket_getrawtype : socket.c
- cg_socket_gettype : socket.h
- cg_socket_isbound() : socket.c, socket.h
- cg_socket_isboundaddress() : socket.c, socket.h
- cg_socket_isclient : socket.h
- cg_socket_isdatagramstream : socket.h
- cg_socket_isserver : socket.h
- cg_socket_issocketstream : socket.h
- cg_socket_joingroup() : socket.c, socket.h
- CG_SOCKET_LF : socket.h
- cg_socket_listen() : socket.c, socket.h
- cg_socket_new() : socket.c, socket.h
- cg_socket_option_delete() : socket_opt.c, socket_opt.h
- cg_socket_option_isbindinterface : socket_opt.h
- cg_socket_option_ismulticastloop : socket_opt.h
- cg_socket_option_isreuseaddress : socket_opt.h
- cg_socket_option_new() : socket_opt.c, socket_opt.h
- cg_socket_option_setbindinterface : socket_opt.h
- cg_socket_option_setmulticastloop : socket_opt.h
- cg_socket_option_setreuseaddress : socket_opt.h
- cg_socket_read() : socket.c, socket.h
- cg_socket_readline() : socket.c, socket.h
- cg_socket_recv() : socket.c, socket.h
- cg_socket_sendto() : socket.c, socket.h
- cg_socket_setaddress : socket.h
- cg_socket_setdirection : socket.h
- cg_socket_setid() : socket.c, socket.h
- cg_socket_setmulticastloop() : socket.c, socket.h
- cg_socket_setmulticastttl() : socket.c, socket.h
- cg_socket_setport : socket.h
- cg_socket_setreuseaddress() : socket.c, socket.h
- cg_socket_settimeout() : socket.c, socket.h
- cg_socket_settype : socket.h
- cg_socket_skip() : socket.c, socket.h
- cg_socket_startup() : socket.c, socket.h
- cg_socket_stream_new : socket.h
- cg_socket_tosockaddrin() : socket.c
- cg_socket_tosockaddrinfo() : socket.c
- cg_socket_write() : socket.c, socket.h
- cg_ssizet2str() : string_function.c, string.h
- cg_str2double : string.h
- cg_str2float : string.h
- cg_str2int : string.h
- cg_str2long : string.h
- cg_str2sizet : string.h
- cg_str2ssizet : string.h
- cg_strcasecmp() : string_function.c, string.h
- cg_strcaseeq() : string_function.c, string.h
- cg_strcat() : string_function.c, string.h
- cg_strchr() : string_function.c, string.h
- cg_strcmp() : string_function.c, string.h
- cg_strcpy() : string_function.c, string.h
- cg_strdup() : string_function.c, string.h
- cg_streq() : string_function.c, string.h
- cg_strhex2long : string.h
- cg_strhex2ulong : string.h
- cg_string_addrepvalue() : string.c, string.h
- cg_string_addvalue() : string.c, string.h
- cg_string_clear() : string.c, string.h
- cg_string_delete() : string.c, string.h
- CG_STRING_DOUBLE_BUFLEN : string.h
- CG_STRING_FLOAT_BUFLEN : string.h
- cg_string_getdoublevalue : string.h
- cg_string_getfloatvalue : string.h
- cg_string_getintvalue : string.h
- cg_string_getlongvalue : string.h
- cg_string_getmemorysize() : string.c, string.h
- cg_string_getvalue() : string.c, string.h
- CG_STRING_INTEGER_BUFLEN : string.h
- cg_string_length() : string.c, string.h
- CG_STRING_LONG_BUFLEN : string.h
- CG_STRING_LONGLONG_BUFLEN : string.h
- CG_STRING_MEMORY_ALLOCATION_UNIT : string.h
- cg_string_naddrepvalue() : string.c, string.h
- cg_string_naddvalue() : string.c, string.h
- cg_string_new() : string.c, string.h
- cg_STRING_REALLOC_EXTRA : string.c
- cg_string_replace() : string.c, string.h
- cg_string_setdoublevalue() : string.h
- cg_string_setfloatvalue() : string.h
- cg_string_setintvalue() : string.c, string.h
- cg_string_setlongvalue() : string.c, string.h
- cg_string_setnvalue() : string.c, string.h
- cg_string_setpointervalue() : string.c, string.h
- cg_string_setvalue() : string.c, string.h
- cg_string_tokenizer_delete() : string_tokenizer.c, string.h
- cg_string_tokenizer_hasmoretoken() : string_tokenizer.c, string.h
- cg_string_tokenizer_new() : string_tokenizer.c, string.h
- cg_string_tokenizer_nextalltoken() : string_tokenizer.c, string.h
- cg_string_tokenizer_nexttoken() : string_tokenizer.c, string.h
- cg_string_tokenizer_print() : string.h
- cg_strlen() : string_function.c, string.h
- cg_strltrim() : string_function.c, string.h
- cg_strncat() : string_function.c, string.h
- cg_strncmp() : string_function.c, string.h
- cg_strncpy() : string_function.c, string.h
- cg_strrchr() : string_function.c, string.h
- cg_strrtrim() : string_function.c, string.h
- cg_strstr() : string_function.c, string.h
- cg_strtrim() : string_function.c, string.h
- cg_strtrimwhite() : string_function.c, string.h
- cg_thread_delete() : thread.c, thread.h
- CG_THREAD_FUNC : thread.h
- cg_thread_getuserdata() : thread.c, thread.h
- cg_thread_isrunnable() : thread.c, thread.h
- cg_thread_isrunning() : thread.c, thread.h
- CG_THREAD_MIN_SLEEP : thread.h
- cg_thread_new() : thread.c, thread.h
- cg_thread_next : thread.h
- cg_thread_remove : thread.h
- cg_thread_restart() : thread.c, thread.h
- cg_thread_self() : thread.h
- cg_thread_setaction() : thread.c, thread.h
- cg_thread_setuserdata() : thread.c, thread.h
- cg_thread_start() : thread.c, thread.h
- cg_thread_stop() : thread.c, thread.h
- cg_thread_stop_with_cond() : thread.h
- cg_threadlist_add : thread.h
- cg_threadlist_clear : thread.h
- cg_threadlist_delete() : thread.h, thread_list.c, thread.h
- cg_threadlist_gets : thread.h
- cg_threadlist_new() : thread.h, thread_list.c, thread.h
- cg_threadlist_remove : thread.h
- cg_threadlist_size : thread.h
- cg_threadlist_start() : thread.h, thread_list.c, thread.h
- cg_threadlist_stop() : thread.h, thread_list.c, thread.h
- cg_wait() : time.c, time.h
- cg_waitrandom() : time.c, time.h
- CGDictionary : dictionary.h
- CGDictionaryElement : dictionary.h
- CGList : list.h
- CGLogLevel : log.h
- CGMutex : mutex.h
- CGNetUseOnlyIpV4Addr : net_function.c
- CGNetUseOnlyIpV6Addr : net_function.c
- CGNetworkInterfaceList : interface.h
- CGString : string.h
- CGStringTokenizer : string.h
- CGThread : thread.h
- CGThreadList : thread.h