Home
last modified time | relevance | path

Searched refs:MAX_XBM_LINE_SIZE (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_xbm.c31 #define MAX_XBM_LINE_SIZE 255 macro
36 char fline[MAX_XBM_LINE_SIZE]; in gdImageCreateFromXbm()
37 char iname[MAX_XBM_LINE_SIZE]; in gdImageCreateFromXbm()
52 while (fgets(fline, MAX_XBM_LINE_SIZE, fd)) { in gdImageCreateFromXbm()
53 fline[MAX_XBM_LINE_SIZE-1] = '\0'; in gdImageCreateFromXbm()
54 if (strlen(fline) == MAX_XBM_LINE_SIZE-1) { in gdImageCreateFromXbm()

Completed in 4 milliseconds