Lines Matching refs:workspace
97 /* This value specifies the size of stack workspace that is used during the
104 The same workspace is used during the second, actual compile phase for
110 that the workspace is expanded using malloc() in this situation. The value
121 workspace. The value is the number of slots in the list. */
511 "internal error: overran compiling workspace\0"
902 * Expand the workspace *
906 forward references fills the existing workspace, which is originally a block on
2374 we have to scan up the list that is kept in the workspace. This function is
4573 /* In the real compile phase, just check the workspace used by the forward
5416 phase, class_uchardata gets emptied to prevent workspace overflow, so it
5977 the workspace list; replicate these with an appropriate increment. */
6004 sure there is enough workspace for copying forward references before
6100 /* Ensure there is enough workspace for forward references before
7301 now. Then remember this forward reference in the workspace so it can
9075 argument to compile_regex(). We pass a block of workspace (cworkspace) for it
9077 no longer needed, so hopefully this workspace will never overflow, though there
9116 DPRINTF(("end pre-compile: length=%d workspace=%d\n", length,
9273 /* If the workspace had to be expanded, free the new memory. Set the pointer to