Lines Matching refs:protected

145  protected struct magic_set *
241 -protected int
285 protected int
943 protected int
961 protected int
1425 protected ssize_t
1546 protected int
1620 protected int
1805 protected const char *file_fmttime(char *, size_t, uint64_t, int);
1806 protected struct magic_set *file_ms_alloc(int);
1807 protected void file_ms_free(struct magic_set *);
1808 -protected int file_default(struct magic_set *, size_t);
1809 -protected int file_buffer(struct magic_set *, int, struct stat *, const char *,
1811 -protected int file_fsmagic(struct magic_set *, const char *, struct stat *);
1812 +protected int file_buffer(struct magic_set *, php_stream *, zend_stat_t *, const char *, const voi…
1814 +protected int file_fsmagic(struct magic_set *, const char *, zend_stat_t *);
1815 protected int file_pipe2file(struct magic_set *, int, const void *, size_t);
1816 -protected int file_vprintf(struct magic_set *, const char *, va_list)
1818 protected int file_separator(struct magic_set *);
1819 protected char *file_copystr(char *, size_t, size_t, const char *);
1820 protected int file_checkfmt(char *, size_t, const char *);
1822 protected int file_print_guid(char *, size_t, const uint64_t *);
1823 protected int file_parse_guid(const char *, uint64_t *);
1824 protected int file_replace(struct magic_set *, const char *, const char *);
1825 -protected int file_printf(struct magic_set *, const char *, ...)
1827 +protected int file_printf(struct magic_set *, const char *, ...);
1828 protected int file_reset(struct magic_set *, int);
1829 protected int file_tryelf(struct magic_set *, const struct buffer *);
1830 protected int file_trycdf(struct magic_set *, const struct buffer *);
1833 protected int file_zmagic(struct magic_set *, const struct buffer *,
1836 protected int file_ascmagic(struct magic_set *, const struct buffer *,
1838 protected int file_ascmagic_with_encoding(struct magic_set *,
1841 protected int file_encoding(struct magic_set *, const struct buffer *,
1844 protected int file_is_json(struct magic_set *, const struct buffer *);
1845 protected int file_is_csv(struct magic_set *, const struct buffer *, int);
1846 protected int file_is_tar(struct magic_set *, const struct buffer *);
1847 protected int file_softmagic(struct magic_set *, const struct buffer *,
1849 protected int file_apprentice(struct magic_set *, const char *, int);
1850 -protected int buffer_apprentice(struct magic_set *, struct magic **,
1852 protected int file_magicfind(struct magic_set *, const char *, struct mlist *);
1853 protected uint64_t file_signextend(struct magic_set *, struct magic *,
1855 protected void file_badread(struct magic_set *);
1856 protected void file_badseek(struct magic_set *);
1857 protected void file_oomem(struct magic_set *, size_t);
1858 -protected void file_error(struct magic_set *, int, const char *, ...)
1860 -protected void file_magerror(struct magic_set *, const char *, ...)
1862 -protected void file_magwarn(struct magic_set *, const char *, ...)
1864 +protected void file_error(struct magic_set *, int, const char *, ...);
1865 +protected void file_magerror(struct magic_set *, const char *, ...);
1866 +protected void file_magwarn(struct magic_set *, const char *, ...);
1867 protected void file_mdump(struct magic *);
1868 protected void file_showstr(FILE *, const char *, size_t);
1869 protected size_t file_mbswidth(const char *);
1870 protected const char *file_getbuffer(struct magic_set *);
1871 protected ssize_t sread(int, void *, size_t, int);
1872 protected int file_check_mem(struct magic_set *, unsigned int);
1873 -protected int file_looks_utf8(const unsigned char *, size_t, unichar *,
1874 +protected int file_looks_utf8(const unsigned char *, size_t, unicodechar *,
1876 protected size_t file_pstring_length_size(struct magic_set *,
1882 -protected void buffer_init(struct buffer *, int, const struct stat *,
1883 +protected void buffer_init(struct buffer *, int, const zend_stat_t *,
1885 protected void buffer_fini(struct buffer *);
1886 protected int buffer_fill(const struct buffer *);
1906 -protected int file_regcomp(file_regex_t *, const char *, int);
1907 -protected int file_regexec(file_regex_t *, const char *, size_t, regmatch_t *,
1909 -protected void file_regfree(file_regex_t *);
1910 -protected void file_regerror(file_regex_t *, int, struct magic_set *);
1968 -protected const char *file_getprogname(void);
1969 -protected void file_setprogname(const char *);
1970 -protected void file_err(int, const char *, ...)
1972 -protected void file_errx(int, const char *, ...)
1974 -protected void file_warn(const char *, ...)
1976 -protected void file_warnx(const char *, ...)
2035 protected int
2305 protected char *
2324 -protected int
2367 protected int
2439 protected int
2520 protected size_t
2527 protected int
2576 -protected int
2596 -protected int
2607 -protected void
2623 -protected void
2636 protected file_pushbuf_t *
3200 protected const char *