Home | History | Annotate | Download | only in libsframe

Lines Matching defs:tempbuf

893   char *tempbuf = NULL;
928 tempbuf = (char *) malloc (sf_size * sizeof (char));
929 if (tempbuf == NULL)
931 memcpy (tempbuf, sf_buf, sf_size);
934 sframe_header *ihp = (sframe_header *) tempbuf;
937 if (flip_sframe (tempbuf, sf_size, 0))
939 free (tempbuf);
942 frame_buf = tempbuf;
946 dctx->sfd_buf = tempbuf;
997 if (foreign_endian && tempbuf != NULL)
998 free (tempbuf);