to_len            348 ext/gd/libgd/gdkanji.c   size_t from_len, to_len;
to_len            363 ext/gd/libgd/gdkanji.c   to_len = BUFSIZ;
to_len            365 ext/gd/libgd/gdkanji.c   if ((int) iconv(cd, (char **) &from, &from_len, (char **) &to, &to_len) == -1)
to_len           4049 ext/imap/php_imap.c 	int to_len, message_len, headers_len, subject_len, cc_len, bcc_len, rpath_len, argc = ZEND_NUM_ARGS();
to_len           4051 ext/imap/php_imap.c 	if (zend_parse_parameters(argc TSRMLS_CC, "sss|ssss", &to, &to_len, &subject, &subject_len, &message, &message_len,
to_len           4057 ext/imap/php_imap.c 	if (!to_len) {
to_len           4046 ext/mbstring/mbstring.c 	int to_len;
to_len           4094 ext/mbstring/mbstring.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss|ss", &to, &to_len, &subject, &subject_len, &message, &message_len, &headers, &headers_len, &extra_cmd, &extra_cmd_len) == FAILURE) {
to_len           4099 ext/mbstring/mbstring.c 	MAIL_ASCIIZ_CHECK_MBSTRING(to, to_len);
to_len           4176 ext/mbstring/mbstring.c 		if (to_len > 0) {
to_len           4177 ext/mbstring/mbstring.c 			to_r = estrndup(to, to_len);
to_len           4178 ext/mbstring/mbstring.c 			for (; to_len; to_len--) {
to_len           4179 ext/mbstring/mbstring.c 				if (!isspace((unsigned char) to_r[to_len - 1])) {
to_len           4182 ext/mbstring/mbstring.c 				to_r[to_len - 1] = '\0';
to_len            148 ext/mbstring/oniguruma/oniguruma.h typedef int (*OnigApplyAllCaseFoldFunc)(OnigCodePoint from, OnigCodePoint* to, int to_len, void* arg);
to_len           4958 ext/mbstring/oniguruma/regparse.c 		  int to_len, void* arg)
to_len           4970 ext/mbstring/oniguruma/regparse.c   if (to_len == 1) {
to_len           5008 ext/mbstring/oniguruma/regparse.c       for (i = 0; i < to_len; i++) {
to_len           4308 ext/pgsql/pgsql.c 	int to_len;
to_len           4332 ext/pgsql/pgsql.c 		to_len = (int) PQescapeStringConn(pgsql, to, from, (size_t)from_len, NULL);
to_len           4335 ext/pgsql/pgsql.c 		to_len = (int) PQescapeString(to, from, (size_t)from_len);
to_len           4337 ext/pgsql/pgsql.c 	RETURN_STRINGL(to, to_len, 0);
to_len           4346 ext/pgsql/pgsql.c 	size_t to_len;
to_len           4372 ext/pgsql/pgsql.c 		to = (char *)PQescapeByteaConn(pgsql, (unsigned char *)from, (size_t)from_len, &to_len);
to_len           4375 ext/pgsql/pgsql.c 		to = (char *)PQescapeBytea((unsigned char*)from, from_len, &to_len);
to_len           4377 ext/pgsql/pgsql.c 	RETVAL_STRINGL(to, to_len-1, 1); /* to_len includes additional '\0' */
to_len           4493 ext/pgsql/pgsql.c 	size_t to_len;
to_len           4501 ext/pgsql/pgsql.c 	tmp = (char *)PQunescapeBytea((unsigned char*)from, &to_len);
to_len           4502 ext/pgsql/pgsql.c 	to = estrndup(tmp, to_len);
to_len           4505 ext/pgsql/pgsql.c 	to = (char *)php_pgsql_unescape_bytea((unsigned char*)from, &to_len);
to_len           4511 ext/pgsql/pgsql.c 	RETVAL_STRINGL(to, to_len, 0);
to_len           6328 ext/pgsql/pgsql.c 							size_t to_len;
to_len           6331 ext/pgsql/pgsql.c 							tmp = PQescapeByteaConn(pg_link, (unsigned char *)Z_STRVAL_PP(val), Z_STRLEN_PP(val), &to_len);
to_len           6333 ext/pgsql/pgsql.c 							tmp = PQescapeBytea(Z_STRVAL_PP(val), (unsigned char *)Z_STRLEN_PP(val), &to_len);
to_len           6336 ext/pgsql/pgsql.c 							Z_STRLEN_P(new_val) = to_len-1; /* PQescapeBytea's to_len includes additional '\0' */
to_len           6337 ext/pgsql/pgsql.c 							Z_STRVAL_P(new_val) = emalloc(to_len);
to_len           6338 ext/pgsql/pgsql.c 							memcpy(Z_STRVAL_P(new_val), tmp, to_len);
to_len            909 ext/phar/stream.c 		uint to_len = strlen(resource_to->path+1);
to_len            921 ext/phar/stream.c 				new_key_len = key_len + to_len - from_len;
to_len            923 ext/phar/stream.c 				memcpy(new_str_key, resource_to->path + 1, to_len);
to_len            924 ext/phar/stream.c 				memcpy(new_str_key + to_len, str_key + from_len, key_len - from_len);
to_len            945 ext/phar/stream.c 				new_key_len = key_len + to_len - from_len;
to_len            947 ext/phar/stream.c 				memcpy(new_str_key, resource_to->path + 1, to_len);
to_len            948 ext/phar/stream.c 				memcpy(new_str_key + to_len, str_key + from_len, key_len - from_len);
to_len            965 ext/phar/stream.c 				new_key_len = key_len + to_len - from_len;
to_len            967 ext/phar/stream.c 				memcpy(new_str_key, resource_to->path + 1, to_len);
to_len            968 ext/phar/stream.c 				memcpy(new_str_key + to_len, str_key + from_len, key_len - from_len);
to_len            105 ext/standard/mail.c 	int to_len, message_len, headers_len = 0;
to_len            111 ext/standard/mail.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss|ss",	&to, &to_len, &subject, &subject_len, &message, &message_len, &headers, &headers_len, &extra_cmd, &extra_cmd_len) == FAILURE) {
to_len            116 ext/standard/mail.c 	MAIL_ASCIIZ_CHECK(to, to_len);
to_len            127 ext/standard/mail.c 	if (to_len > 0) {
to_len            128 ext/standard/mail.c 		to_r = estrndup(to, to_len);
to_len            129 ext/standard/mail.c 		for (; to_len; to_len--) {
to_len            130 ext/standard/mail.c 			if (!isspace((unsigned char) to_r[to_len - 1])) {
to_len            133 ext/standard/mail.c 			to_r[to_len - 1] = '\0';
to_len            138 ext/standard/php_string.h PHPAPI int php_char_to_str_ex(char *str, uint len, char from, char *to, int to_len, zval *result, int case_sensitivity, int *replace_count);
to_len            139 ext/standard/php_string.h PHPAPI int php_char_to_str(char *str, uint len, char from, char *to, int to_len, zval *result);
to_len           3143 ext/standard/string.c 	int str_len, to_len = 0;
to_len           3146 ext/standard/string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sZ|s", &str, &str_len, &from, &to, &to_len) == FAILURE) {
to_len           3172 ext/standard/string.c 				  to_len));
to_len           3601 ext/standard/string.c PHPAPI int php_char_to_str_ex(char *str, uint len, char from, char *to, int to_len, zval *result, int case_sensitivity, int *replace_count)
to_len           3626 ext/standard/string.c 	Z_STRLEN_P(result) = len + (char_count * (to_len - 1));
to_len           3627 ext/standard/string.c 	Z_STRVAL_P(result) = target = safe_emalloc(char_count, to_len, len + 1);
to_len           3635 ext/standard/string.c 			memcpy(target, to, to_len);
to_len           3636 ext/standard/string.c 			target += to_len;
to_len           3654 ext/standard/string.c 				for (tmp = to, tmp_end = tmp+to_len; tmp < tmp_end; tmp++) {
to_len           3671 ext/standard/string.c PHPAPI int php_char_to_str(char *str, uint len, char from, char *to, int to_len, zval *result)
to_len           3673 ext/standard/string.c 	return php_char_to_str_ex(str, len, from, to, to_len, result, 1, NULL);