Lines Matching defs:len
244 uint32_t len ;
250 uint32_t len ;
284 sf_count_t len ;
366 sf_count_t indx, end, len ;
467 sf_count_t (*read_short) (struct sf_private_tag*, short *ptr, sf_count_t len) ;
468 sf_count_t (*read_int) (struct sf_private_tag*, int *ptr, sf_count_t len) ;
469 sf_count_t (*read_float) (struct sf_private_tag*, float *ptr, sf_count_t len) ;
470 sf_count_t (*read_double) (struct sf_private_tag*, double *ptr, sf_count_t len) ;
472 sf_count_t (*write_short) (struct sf_private_tag*, const short *ptr, sf_count_t len) ;
473 sf_count_t (*write_int) (struct sf_private_tag*, const int *ptr, sf_count_t len) ;
474 sf_count_t (*write_float) (struct sf_private_tag*, const float *ptr, sf_count_t len) ;
475 sf_count_t (*write_double) (struct sf_private_tag*, const double *ptr, sf_count_t len) ;
843 int psf_ftruncate (SF_PRIVATE *psf, sf_count_t len) ;
932 int psf_store_read_chunk_u32 (READ_CHUNKS * pchk, uint32_t marker, sf_count_t offset, uint32_t len) ;
933 int psf_store_read_chunk_str (READ_CHUNKS * pchk, const char * marker, sf_count_t offset, uint32_t len) ;
990 void psf_sanitize_string (char * cptr, int len) ;
1021 void psf_hexdump (const void *ptr, int len) ;