|
Blender V4.3
|
Public Attributes | |
| char * | str |
| size_t | str_len |
| size_t | str_len_alloc |
Simple string buffer type, needed when guarded-malloc can't be used.
Definition at line 905 of file fileops_c.cc.
| char* StrBuf::str |
Definition at line 906 of file fileops_c.cc.
Referenced by recursive_operation_impl(), strbuf_append_path(), strbuf_free(), strbuf_init(), and strbuf_trim().
| size_t StrBuf::str_len |
Definition at line 907 of file fileops_c.cc.
Referenced by recursive_operation_impl(), strbuf_append_path(), strbuf_init(), and strbuf_trim().
| size_t StrBuf::str_len_alloc |
Definition at line 908 of file fileops_c.cc.
Referenced by strbuf_append_path(), and strbuf_init().