Lines Matching full:endobj
553 endobj
557 endobj
903 // TODO(edisonn): really bad hack, find end of object (endobj might be in a comment!)
906 char* endobj = strrstrk((char*)buffer, (char*)buffer + len, "endobj");
907 if (endobj) {
908 len = endobj - (char*)buffer + strlen("endobj");
920 // TODO(edisonn): really bad hack, find end of object (endobj might be in a comment!)
923 char* endobj = strrstrk((char*)buffer, (char*)buffer + len, "endobj");
924 if (endobj) {
925 len = endobj - (char*)buffer + strlen("endobj");