Searched defs:temp_str (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dutility.c1661 * @param temp_str The incoming string, which is altered as it is encoded.
1664 void xml_entity_escape(char *temp_str, size_t str_len) { argument
1674 if (temp_str[i] == ec[nref]) {
1676 memmove(temp_str + i + nshifts, temp_str + i, str_len - i + nshifts);
1678 temp_str[j] = est[nref][k];
1685 temp_str[str_len] = '\0';

Completed in 37 milliseconds