Lines Matching defs:heapframe
389 typedef struct heapframe { struct
390 struct heapframe *Xprevframe; argument
391 struct heapframe *Xnextframe; argument
395 PCRE_PUCHAR Xeptr;
396 const pcre_uchar *Xecode;
397 PCRE_PUCHAR Xmstart;
398 int Xoffset_top;
399 eptrblock *Xeptrb;
400 unsigned int Xrdepth;
404 PCRE_PUCHAR Xcallpat;
406 PCRE_PUCHAR Xcharptr;
408 PCRE_PUCHAR Xdata;
409 PCRE_PUCHAR Xnext;
410 PCRE_PUCHAR Xpp;
411 PCRE_PUCHAR Xprev;
412 PCRE_PUCHAR Xsaved_eptr;
414 recursion_info Xnew_recursive;
416 BOOL Xcur_is_word;
417 BOOL Xcondition;
418 BOOL Xprev_is_word;
421 int Xprop_type;
422 unsigned int Xprop_value;
423 int Xprop_fail_result;
424 int Xoclength;
448 } heapframe; argument