Lines Matching refs:protected
108 #ifndef protected
109 #define protected __attribute__ ((__visibility__("hidden"))) macro
113 #ifndef protected
114 #define protected macro
478 protected const char *file_fmttime(char *, size_t, uint64_t, int);
479 protected struct magic_set *file_ms_alloc(int);
480 protected void file_ms_free(struct magic_set *);
481 protected int file_buffer(struct magic_set *, php_stream *, zend_stat_t *, const char *, const void…
483 protected int file_fsmagic(struct magic_set *, const char *, zend_stat_t *);
484 protected int file_pipe2file(struct magic_set *, int, const void *, size_t);
485 protected int file_vprintf(struct magic_set *, const char *, va_list);
486 protected int file_separator(struct magic_set *);
487 protected char *file_copystr(char *, size_t, size_t, const char *);
488 protected int file_checkfmt(char *, size_t, const char *);
489 protected size_t file_printedlen(const struct magic_set *);
490 protected int file_print_guid(char *, size_t, const uint64_t *);
491 protected int file_parse_guid(const char *, uint64_t *);
492 protected int file_replace(struct magic_set *, const char *, const char *);
493 protected int file_printf(struct magic_set *, const char *, ...);
494 protected int file_reset(struct magic_set *, int);
495 protected int file_tryelf(struct magic_set *, const struct buffer *);
496 protected int file_trycdf(struct magic_set *, const struct buffer *);
498 protected int file_zmagic(struct magic_set *, const struct buffer *,
501 protected int file_ascmagic(struct magic_set *, const struct buffer *,
503 protected int file_ascmagic_with_encoding(struct magic_set *,
505 protected int file_encoding(struct magic_set *, const struct buffer *,
507 protected int file_is_json(struct magic_set *, const struct buffer *);
508 protected int file_is_csv(struct magic_set *, const struct buffer *, int);
509 protected int file_is_tar(struct magic_set *, const struct buffer *);
510 protected int file_softmagic(struct magic_set *, const struct buffer *,
512 protected int file_apprentice(struct magic_set *, const char *, int);
513 protected int buffer_apprentice(struct magic_set *, struct magic **,
515 protected int file_magicfind(struct magic_set *, const char *, struct mlist *);
516 protected uint64_t file_signextend(struct magic_set *, struct magic *,
518 protected void file_badread(struct magic_set *);
519 protected void file_badseek(struct magic_set *);
520 protected void file_oomem(struct magic_set *, size_t);
521 protected void file_error(struct magic_set *, int, const char *, ...);
522 protected void file_magerror(struct magic_set *, const char *, ...);
523 protected void file_magwarn(struct magic_set *, const char *, ...);
524 protected void file_mdump(struct magic *);
525 protected void file_showstr(FILE *, const char *, size_t);
526 protected size_t file_mbswidth(const char *);
527 protected const char *file_getbuffer(struct magic_set *);
528 protected ssize_t sread(int, void *, size_t, int);
529 protected int file_check_mem(struct magic_set *, unsigned int);
530 protected int file_looks_utf8(const unsigned char *, size_t, file_unichar_t *,
532 protected size_t file_pstring_length_size(struct magic_set *,
534 protected size_t file_pstring_get_length(struct magic_set *,
536 protected char * file_printable(char *, size_t, const char *, size_t);
538 protected int file_os2_apptype(struct magic_set *, const char *, const void *,
541 protected int file_pipe_closexec(int *);
542 protected int file_clear_closexec(int);
543 protected char *file_strtrim(char *);
545 protected void buffer_init(struct buffer *, int, const zend_stat_t *,
547 protected void buffer_fini(struct buffer *);
548 protected int buffer_fill(const struct buffer *);
558 protected file_pushbuf_t *file_push_buffer(struct magic_set *);
559 protected char *file_pop_buffer(struct magic_set *, file_pushbuf_t *);