Searched refs:pfile (Results 1 – 2 of 2) sorted by relevance
84 FILE* pfile; in main() local131 if ( (pfile = fopen(arbfile, "r")) != NULL ){ in main()132 fclose(pfile); in main()
544 evhttp_hostportfile(char *url, char **phost, u_short *pport, char **pfile) in evhttp_hostportfile() argument571 if (pfile != NULL) { in evhttp_hostportfile()592 if (pfile != NULL) in evhttp_hostportfile()593 *pfile = file; in evhttp_hostportfile()