getin 38 ext/gd/libgd/wbmp.c getmbi (int (*getin) (void *in), void *in) getin 44 ext/gd/libgd/wbmp.c i = getin (in); getin 90 ext/gd/libgd/wbmp.c skipheader (int (*getin) (void *in), void *in) getin 96 ext/gd/libgd/wbmp.c i = getin (in); getin 151 ext/gd/libgd/wbmp.c readwbmp (int (*getin) (void *in), void *in, Wbmp ** return_wbmp) getin 159 ext/gd/libgd/wbmp.c wbmp->type = getin (in); getin 166 ext/gd/libgd/wbmp.c if (skipheader (getin, in)) getin 170 ext/gd/libgd/wbmp.c wbmp->width = getmbi (getin, in); getin 177 ext/gd/libgd/wbmp.c wbmp->height = getmbi (getin, in); getin 210 ext/gd/libgd/wbmp.c byte = getin (in); getin 361 ext/gd/libgd/wbmp.c readwbmp (&getin, wbmp_file, &wbmp); getin 44 ext/gd/libgd/wbmp.h int getmbi ( int (*getin)(void *in), void *in ); getin 45 ext/gd/libgd/wbmp.h int skipheader( int (*getin)(void *in), void *in ); getin 47 ext/gd/libgd/wbmp.h int readwbmp( int (*getin)(void *in), void *in, Wbmp **wbmp );