Lines Matching refs:size_t

152 	size_t flen;
155 size_t elen;
400 size_t len;
415 size_t line; /* current magic line number */
420 size_t s_len; /* length of search region */
421 size_t offset; /* starting offset in source: XXX - should this be off_t? */
422 size_t rm_len; /* match length */
434 size_t bytes_max; /* number of bytes to read from file */
452 size_t);
454 protected int file_pipe2file(struct magic_set *, int, const void *, size_t);
455 protected size_t file_printedlen(const struct magic_set *);
468 const struct buffer *, unichar *, size_t, const char *, const char *, int);
470 unichar **, size_t *, const char **, const char **, const char **);
476 size_t *, size_t);
482 protected void file_oomem(struct magic_set *, size_t);
486 protected void file_showstr(FILE *, const char *, size_t);
487 protected size_t file_mbswidth(const char *);
489 protected ssize_t sread(int, void *, size_t, int);
491 protected int file_looks_utf8(const unsigned char *, size_t, unichar *,
492 size_t *);
493 protected size_t file_pstring_length_size(const struct magic *);
494 protected size_t file_pstring_get_length(const struct magic *, const char *);
495 protected char * file_printable(char *, size_t, const char *);
498 size_t);
501 protected void buffer_init(struct buffer *, int, const void *, size_t);
506 convert_libmagic_pattern(zval *pattern, char *val, size_t len, uint32_t options);
517 extern const size_t file_nnames;
531 size_t strlcpy(char *, const char *, size_t);
534 size_t strlcat(char *, const char *, size_t);
540 ssize_t getline(char **, size_t *, FILE *);
541 ssize_t getdelim(char **, size_t *, int, FILE *);