|
||||||||||||
|
append a character to a string Definition at line 235 of file str.c. References cp_string, _cp_string::data, _cp_string::len, and _cp_string::size. |
|
||||||||||||
|
concatenate cp_strings Definition at line 201 of file str.c. References cp_string, _cp_string::data, _cp_string::len, and _cp_string::size. |
|
||||||||||||||||
|
append data from a buffer Definition at line 248 of file str.c. References cp_string, _cp_string::data, _cp_string::len, and _cp_string::size. Referenced by cp_string_read(). |
|
|
sets string to 0 Definition at line 103 of file str.c. References cp_string. |
|
||||||||||||
|
compare cp_strings Definition at line 263 of file str.c. References _cp_string::len. |
|
||||||||||||
|
copies the content of a cp_string Definition at line 145 of file str.c. References cp_string, _cp_string::data, _cp_string::len, and _cp_string::size. |
|
||||||||||||
|
allocate a new cp_string Definition at line 26 of file str.c. References cp_error(), cp_string, _cp_string::data, _cp_string::len, and _cp_string::size. Referenced by cp_db_connection_unescape_binary(), and cp_string_read(). |
|
|
allocate an empty cp_string with a given buffer size Definition at line 58 of file str.c. References cp_string, _cp_string::data, _cp_string::len, and _cp_string::size. |
|
||||||||||||
|
append data from a null terminated c string Definition at line 217 of file str.c. References cp_string, _cp_string::data, _cp_string::len, and _cp_string::size. |
|
||||||||||||
|
copies the content of a null terminated c string Definition at line 123 of file str.c. References cp_string, _cp_string::data, _cp_string::len, and _cp_string::size. |
|
|
creates a cp_string with src as its content Definition at line 181 of file str.c. References cp_string, _cp_string::data, _cp_string::len, and _cp_string::size. |
|
|
return the internal buffer Definition at line 301 of file str.c. References _cp_string::data. |
|
|
deallocate a cp_string Definition at line 77 of file str.c. Referenced by cp_http_response_delete(), and cp_string_destroy(). |
|
|
synonym for cp_string_delete Definition at line 98 of file str.c. References cp_string_delete(). Referenced by cp_httpclient_fetch(), and cp_result_set_release_row(). |
|
|
dump a cp_string to stdout Definition at line 414 of file str.c. References _cp_string::data, and _cp_string::len. |
|
|
creates a copy of src string. internal buffer is duplicated. Definition at line 161 of file str.c. References cp_string, and _cp_string::data. |
|
||||||||||||
|
remove all occurrences of letters from str Definition at line 494 of file str.c. References cp_string, _cp_string::data, and _cp_string::len. |
|
|
flip the contents of a cp_string Definition at line 475 of file str.c. References _cp_string::data. |
|
|
return the length of the internal buffer Definition at line 296 of file str.c. References _cp_string::len. |
|
||||||||||||
|
read len bytes from an open file descriptor (blocking) Definition at line 307 of file str.c. References cp_string, cp_string_cat_bin(), and cp_string_create(). Referenced by cp_string_read_file(). |
|
|
read the contents of a file into a cp_string Definition at line 369 of file str.c. References cp_string, and cp_string_read(). |
|
|
releases existing string and sets string to empty string Definition at line 109 of file str.c. References _cp_string::data, and _cp_string::len. |
|
|
return a pointer to the internal buffer Definition at line 282 of file str.c. References _cp_string::data. |
|
||||||||||||
|
write the content of a cp_string to a file descriptor (blocking) Definition at line 339 of file str.c. Referenced by cp_string_write_file(). |
|
||||||||||||
|
write the contents of a cp_string to a file Definition at line 381 of file str.c. References cp_string_write(). |
|
1.3.9.1