Lines Matching defs:heapframe
373 typedef struct heapframe { struct
374 struct heapframe *Xprevframe; argument
375 struct heapframe *Xnextframe; argument
379 PCRE_PUCHAR Xeptr;
380 const pcre_uchar *Xecode;
381 PCRE_PUCHAR Xmstart;
382 int Xoffset_top;
383 eptrblock *Xeptrb;
384 unsigned int Xrdepth;
388 PCRE_PUCHAR Xcallpat;
390 PCRE_PUCHAR Xcharptr;
392 PCRE_PUCHAR Xdata;
393 PCRE_PUCHAR Xnext;
394 PCRE_PUCHAR Xpp;
395 PCRE_PUCHAR Xprev;
396 PCRE_PUCHAR Xsaved_eptr;
398 recursion_info Xnew_recursive;
400 BOOL Xcur_is_word;
401 BOOL Xcondition;
402 BOOL Xprev_is_word;
405 int Xprop_type;
406 unsigned int Xprop_value;
407 int Xprop_fail_result;
408 int Xoclength;
432 } heapframe; argument