Lines Matching defs:psf
41 psf_get_chunk_iterator (SF_PRIVATE * psf, const char * marker_str)
42 { const READ_CHUNKS * pchk = &psf->rchunks ;
53 if (psf->iterator == NULL)
54 { psf->iterator = calloc (1, sizeof (SF_CHUNK_ITERATOR)) ;
55 if (psf->iterator == NULL)
59 psf->iterator->sndfile = (SNDFILE *) psf ;
77 memcpy (psf->iterator->id, marker_str, marker_len) ;
78 psf->iterator->id_size = (unsigned) marker_len ;
79 psf->iterator->hash = hash ;
82 psf->iterator->current = idx ;
84 return psf->iterator ;