Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_xbm.c29 #define MAX_XBM_LINE_SIZE 255 macro
34 char fline[MAX_XBM_LINE_SIZE]; in gdImageCreateFromXbm()
35 char iname[MAX_XBM_LINE_SIZE]; in gdImageCreateFromXbm()
50 while (fgets(fline, MAX_XBM_LINE_SIZE, fd)) { in gdImageCreateFromXbm()
51 fline[MAX_XBM_LINE_SIZE-1] = '\0'; in gdImageCreateFromXbm()
52 if (strlen(fline) == MAX_XBM_LINE_SIZE-1) { in gdImageCreateFromXbm()

Completed in 6 milliseconds