Lines Matching refs:protected

107 #ifndef protected
108 #define protected __attribute__ ((__visibility__("hidden"))) macro
112 #ifndef protected
113 #define protected macro
464 protected const char *file_fmttime(char *, size_t, uint64_t, int);
465 protected struct magic_set *file_ms_alloc(int);
466 protected void file_ms_free(struct magic_set *);
467 protected int file_buffer(struct magic_set *, php_stream *, zend_stat_t *, const char *, const void…
469 protected int file_fsmagic(struct magic_set *, const char *, zend_stat_t *);
470 protected int file_pipe2file(struct magic_set *, int, const void *, size_t);
471 protected int file_separator(struct magic_set *);
472 protected char *file_copystr(char *, size_t, size_t, const char *);
473 protected int file_checkfmt(char *, size_t, const char *);
474 protected size_t file_printedlen(const struct magic_set *);
475 protected int file_print_guid(char *, size_t, const uint64_t *);
476 protected int file_parse_guid(const char *, uint64_t *);
477 protected int file_replace(struct magic_set *, const char *, const char *);
478 protected int file_printf(struct magic_set *, const char *, ...);
479 protected int file_reset(struct magic_set *, int);
480 protected int file_tryelf(struct magic_set *, const struct buffer *);
481 protected int file_trycdf(struct magic_set *, const struct buffer *);
483 protected int file_zmagic(struct magic_set *, const struct buffer *,
486 protected int file_ascmagic(struct magic_set *, const struct buffer *,
488 protected int file_ascmagic_with_encoding(struct magic_set *,
490 protected int file_encoding(struct magic_set *, const struct buffer *,
492 protected int file_is_json(struct magic_set *, const struct buffer *);
493 protected int file_is_csv(struct magic_set *, const struct buffer *, int);
494 protected int file_is_tar(struct magic_set *, const struct buffer *);
495 protected int file_softmagic(struct magic_set *, const struct buffer *,
497 protected int file_apprentice(struct magic_set *, const char *, int);
498 protected int file_magicfind(struct magic_set *, const char *, struct mlist *);
499 protected uint64_t file_signextend(struct magic_set *, struct magic *,
501 protected void file_badread(struct magic_set *);
502 protected void file_badseek(struct magic_set *);
503 protected void file_oomem(struct magic_set *, size_t);
504 protected void file_error(struct magic_set *, int, const char *, ...);
505 protected void file_magerror(struct magic_set *, const char *, ...);
506 protected void file_magwarn(struct magic_set *, const char *, ...);
507 protected void file_mdump(struct magic *);
508 protected void file_showstr(FILE *, const char *, size_t);
509 protected size_t file_mbswidth(const char *);
510 protected const char *file_getbuffer(struct magic_set *);
511 protected ssize_t sread(int, void *, size_t, int);
512 protected int file_check_mem(struct magic_set *, unsigned int);
513 protected int file_looks_utf8(const unsigned char *, size_t, unicodechar *,
515 protected size_t file_pstring_length_size(struct magic_set *,
517 protected size_t file_pstring_get_length(struct magic_set *,
519 protected char * file_printable(char *, size_t, const char *, size_t);
521 protected int file_os2_apptype(struct magic_set *, const char *, const void *,
525 protected void buffer_init(struct buffer *, int, const zend_stat_t *,
527 protected void buffer_fini(struct buffer *);
528 protected int buffer_fill(const struct buffer *);
538 protected file_pushbuf_t *file_push_buffer(struct magic_set *);
539 protected char *file_pop_buffer(struct magic_set *, file_pushbuf_t *);