Okular
synctex_parser_utils.h
100/* If the core of the last path component of src is not already enclosed with double quotes ('"')
101 * and contains a space character (' '), then a new buffer is created, the src is copied and quotes are added.
103 * 0 on success, which means no error, something non 0 means error, mainly due to memory allocation failure, or bad parameter.
104 * This is used to fix a bug in the first version of pdftex with synctex (1.40.9) for which names with spaces
108 * The size argument is the size of the src buffer. On return the dest_ref points to a buffer sized size+2.*/
109int _synctex_copy_with_quoting_last_path_component(const char *src, char **dest_ref, size_t size);
117typedef enum { synctex_io_append_mask = 1, synctex_io_gz_mask = synctex_io_append_mask << 1 } synctex_io_mode_masks_t;
119typedef enum { synctex_compress_mode_none = 0, synctex_compress_mode_gz = 1 } synctex_compress_mode_t;
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:49:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:49:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.