Lines Matching refs:size_t

148 #define FILE_BADSIZE CAST(size_t, ~0ul)
168 size_t flen;
171 size_t elen;
416 size_t len;
427 size_t blen; /* Length of buffer */
438 size_t line; /* current magic line number */
444 size_t s_len; /* length of search region */
445 size_t offset; /* starting offset in source: XXX - should this be off_t? */
446 size_t rm_len; /* match length */
458 size_t bytes_max; /* number of bytes to read from file */
459 size_t encoding_max; /* bytes to look for encoding */
478 protected const char *file_fmttime(char *, size_t, uint64_t, int);
482 size_t);
484 protected int file_pipe2file(struct magic_set *, int, const void *, size_t);
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 *);
504 const struct buffer *, file_unichar_t *, size_t, const char *, const char *, int);
506 file_unichar_t **, size_t *, const char **, const char **, const char **);
514 size_t *, size_t);
520 protected void file_oomem(struct magic_set *, size_t);
525 protected void file_showstr(FILE *, const char *, size_t);
526 protected size_t file_mbswidth(const char *);
528 protected ssize_t sread(int, void *, size_t, int);
530 protected int file_looks_utf8(const unsigned char *, size_t, file_unichar_t *,
531 size_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);
539 size_t);
546 const void *, size_t);
550 public zend_string* convert_libmagic_pattern(const char *val, size_t len, uint32_t options);
554 size_t blen;
563 extern const size_t file_nnames;
567 size_t strlcpy(char *, const char *, size_t);
570 size_t strlcat(char *, const char *, size_t);
576 ssize_t getline(char **, size_t *, FILE *);
577 ssize_t getdelim(char **, size_t *, int, FILE *);