Searched refs:file_length (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_struct.c97 2 /* num_interfaces */ + 4 /* file_length */ +
226 header->file_length = 0;
231 !XPT_Do32(cursor, &header->file_length) ||
257 if (mode == XPT_DECODE && (header->file_length != 0 &&
258 cursor->state->pool->allocated < header->file_length)) {
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_link.c596 header->file_length = len;
598 header->file_length += len;
H A Dxpt_dump.c301 header->file_length);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_struct.h130 PRUint32 file_length; member in struct:XPTHeader
145 * minor versions set from the file. num_interfaces and file_length will be
149 * file_length are both zero we *know* that this library refused to read the
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_typelib.c472 HEADER(state)->file_length = len;
474 HEADER(state)->file_length += len;

Completed in 86 milliseconds