Searched refs:p_copy (Results 1 – 2 of 2) sorted by relevance
76 char * p_copy; in mysqli_escape_string_for_tx_name_in_comment() local77 p_copy = ret = emalloc(strlen(name) + 1 + 2 + 2 + 1); /* space, open, close, NullS */ in mysqli_escape_string_for_tx_name_in_comment()78 *p_copy++ = ' '; in mysqli_escape_string_for_tx_name_in_comment()79 *p_copy++ = '/'; in mysqli_escape_string_for_tx_name_in_comment()80 *p_copy++ = '*'; in mysqli_escape_string_for_tx_name_in_comment()94 *p_copy++ = v; in mysqli_escape_string_for_tx_name_in_comment()101 *p_copy++ = '*'; in mysqli_escape_string_for_tx_name_in_comment()102 *p_copy++ = '/'; in mysqli_escape_string_for_tx_name_in_comment()103 *p_copy++ = 0; in mysqli_escape_string_for_tx_name_in_comment()
2039 char * p_copy; local2040 p_copy = ret = mnd_emalloc(strlen(name) + 1 + 2 + 2 + 1); /* space, open, close, NullS */2041 *p_copy++ = ' ';2042 *p_copy++ = '/';2043 *p_copy++ = '*';2057 *p_copy++ = v;2064 *p_copy++ = '*';2065 *p_copy++ = '/';2066 *p_copy++ = 0;
Completed in 26 milliseconds