Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

Octstr Struct Reference


Data Fields

unsigned char * data
long len
long size
int immutable

Field Documentation

unsigned char* Octstr::data
 

Definition at line 119 of file octstr.c.

Referenced by octstr_base64_to_binary(), octstr_binary_to_base64(), octstr_binary_to_hex(), octstr_case_compare(), octstr_case_nsearch(), octstr_case_search(), octstr_cat(), octstr_check_range(), octstr_compare(), octstr_convert_range(), octstr_copy_real(), octstr_create_from_data_real(), octstr_delete(), octstr_destroy(), octstr_dump_short(), octstr_duplicate_real(), octstr_get_bits(), octstr_get_char(), octstr_get_cstr_real(), octstr_get_many_chars(), octstr_grow(), octstr_hex_to_binary(), octstr_imm(), octstr_insert(), octstr_insert_char(), octstr_insert_data(), octstr_ncompare(), octstr_parse_double(), octstr_parse_long(), octstr_pretty_print(), octstr_print(), octstr_search(), octstr_search_char(), octstr_set_bits(), octstr_set_char(), octstr_split_words(), octstr_str_case_compare(), octstr_str_compare(), octstr_str_ncompare(), octstr_truncate(), octstr_url_decode(), octstr_url_encode(), octstr_write_data(), octstr_write_to_socket(), seems_valid_real(), and wsp_cap_create().

int Octstr::immutable
 

Definition at line 122 of file octstr.c.

Referenced by octstr_append_from_hex(), octstr_append_from_socket(), octstr_base64_to_binary(), octstr_binary_to_base64(), octstr_binary_to_hex(), octstr_cat(), octstr_convert_range(), octstr_create_from_data_real(), octstr_delete(), octstr_delete_matching(), octstr_destroy(), octstr_grow(), octstr_hex_to_binary(), octstr_imm(), octstr_insert(), octstr_insert_char(), octstr_insert_data(), octstr_set_bits(), octstr_set_char(), octstr_shrink_blanks(), octstr_strip_blanks(), octstr_strip_char(), octstr_strip_crlfs(), octstr_strip_nonalphanums(), octstr_symbolize(), octstr_truncate(), octstr_url_decode(), octstr_url_encode(), and seems_valid_real().

long Octstr::len
 

Definition at line 120 of file octstr.c.

Referenced by octstr_append(), octstr_append_char(), octstr_append_cstr(), octstr_append_data(), octstr_base64_to_binary(), octstr_binary_to_base64(), octstr_binary_to_hex(), octstr_case_compare(), octstr_case_nsearch(), octstr_case_search(), octstr_cat(), octstr_check_range(), octstr_compare(), octstr_convert_printable(), octstr_convert_range(), octstr_copy_real(), octstr_create_from_data_real(), octstr_delete(), octstr_dump_short(), octstr_duplicate_real(), octstr_get_bits(), octstr_get_char(), octstr_get_cstr_real(), octstr_get_many_chars(), octstr_hex_to_binary(), octstr_imm(), octstr_insert(), octstr_insert_char(), octstr_insert_data(), octstr_len(), octstr_ncompare(), octstr_parse_double(), octstr_parse_long(), octstr_pretty_print(), octstr_print(), octstr_search(), octstr_search_char(), octstr_set_bits(), octstr_set_char(), octstr_split_words(), octstr_symbolize(), octstr_truncate(), octstr_url_decode(), octstr_url_encode(), octstr_write_data(), octstr_write_to_socket(), and seems_valid_real().

long Octstr::size
 

Definition at line 121 of file octstr.c.

Referenced by octstr_cat(), octstr_create_from_data_real(), octstr_grow(), octstr_imm(), octstr_url_encode(), and seems_valid_real().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.