Searched refs:pos_start (Results 1 – 2 of 2) sorted by relevance
119 int pos_start = GetCharPos(str, start); in GetObjectParam() local121 int len = pos_end - pos_start; in GetObjectParam()127 strncpy(buffer, str + pos_start + 1, len - 1); in GetObjectParam()
181 int pos_start = GetCharPos(str, start); in GetObjectParam() local183 int len = pos_end - pos_start; in GetObjectParam()189 strncpy(buffer, str + pos_start + 1, len - 1); in GetObjectParam()