Searched refs:gft (Results 1 – 3 of 3) sorted by relevance
15 -#define grflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }16 -#define mgrflush { free(lb); free(slb); DGifCloseFile(gft); return(FH_ERROR_FORMAT); }17 +#define grflush { DGifCloseFile(gft, NULL); return(FH_ERROR_FORMAT); }18 +#define mgrflush { free(lb); free(slb); DGifCloseFile(gft, NULL); return(FH_ERROR_FORMAT); }20 -#define agrflush { DGifCloseFile(gft); return(FH_ERROR_FORMAT); }21 +#define agrflush { DGifCloseFile(gft, NULL); return(FH_ERROR_FORMAT); }29 - gft=DGifOpenFileName(name);30 + gft=DGifOpenFileName(name, NULL);31 if(gft==NULL){printf("err5\n"); gflush;} //////////38 - DGifCloseFile(gft);[all …]
177 struct gft { struct179 } gft; member203 sizeof(struct gft))
1223 did = ((struct lpfc_sli_ct_request *)inp->virt)->un.gft.PortId; in lpfc_cmpl_ct_cmd_gft_id()1714 CtReq->un.gft.PortId = cpu_to_be32(context); in lpfc_ns_cmd()