Searched refs:txt_dst (Results 1 – 1 of 1) sorted by relevance
212 char *txt_dst; in php_parserr() local225 txt_dst = txt->val; in php_parserr()228 memcpy(txt_dst, data_txt->pStringArray[i], len); in php_parserr()230 txt_dst += len; in php_parserr()232 txt->len = txt_dst - txt->val; in php_parserr()
Completed in 4 milliseconds