Lines Matching defs:heapframe
352 typedef struct heapframe { struct
353 struct heapframe *Xprevframe; argument
354 struct heapframe *Xnextframe; argument
358 PCRE_PUCHAR Xeptr;
359 const pcre_uchar *Xecode;
360 PCRE_PUCHAR Xmstart;
361 int Xoffset_top;
362 eptrblock *Xeptrb;
363 unsigned int Xrdepth;
367 PCRE_PUCHAR Xcallpat;
369 PCRE_PUCHAR Xcharptr;
371 PCRE_PUCHAR Xdata;
372 PCRE_PUCHAR Xnext;
373 PCRE_PUCHAR Xpp;
374 PCRE_PUCHAR Xprev;
375 PCRE_PUCHAR Xsaved_eptr;
377 recursion_info Xnew_recursive;
379 BOOL Xcur_is_word;
380 BOOL Xcondition;
381 BOOL Xprev_is_word;
384 int Xprop_type;
385 int Xprop_value;
386 int Xprop_fail_result;
387 int Xoclength;
411 } heapframe; argument