Searched refs:pos_start (Results 1 – 2 of 2) sorted by relevance
125 int pos_start = GetCharPos(str, start); in GetObjectParam() local127 int len = pos_end - pos_start; in GetObjectParam()133 strncpy(buffer, str + pos_start + 1, len - 1); in GetObjectParam()
185 int pos_start = GetCharPos(str, start); in GetObjectParam() local187 int len = pos_end - pos_start; in GetObjectParam()193 strncpy(buffer, str + pos_start + 1, len - 1); in GetObjectParam()