Searched refs:buf_sp (Results 1 – 2 of 2) sorted by relevance
76 ValueObjectSP buf_sp = bx_sp->GetChildMemberWithName("_Buf"); in ExtractMsvcStlStringInfo() local77 if (buf_sp) in ExtractMsvcStlStringInfo()78 return std::make_pair(size, buf_sp); in ExtractMsvcStlStringInfo()
65 static int *buf_sp; /* Pointer to string free space */111 buf_sp = (int *)(buf_fids + NUM_FILE_ENTRIES);112 buf_strings = (char *)(buf_sp + 1);152 *buf_sp = (FILE_NAME_LEN*NUM_FILE_ENTRIES);521 ndx = *buf_sp - strlen(fname) - 1;526 *buf_sp = ndx;