from_len          348 ext/gd/libgd/gdkanji.c   size_t from_len, to_len;
from_len          362 ext/gd/libgd/gdkanji.c   from_len = strlen ((const char *) from) + 1;
from_len          365 ext/gd/libgd/gdkanji.c   if ((int) iconv(cd, (char **) &from, &from_len, (char **) &to, &to_len) == -1)
from_len          776 ext/oci8/oci8_lob.c 	ub4 dest_len, from_len;
from_len          783 ext/oci8/oci8_lob.c 	if (php_oci_lob_get_length(descriptor_from, &from_len TSRMLS_CC)) {
from_len          787 ext/oci8/oci8_lob.c 	if (from_len <= 0) {
from_len         4309 ext/pgsql/pgsql.c 	int from_len;
from_len         4314 ext/pgsql/pgsql.c 			if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &from, &from_len) == FAILURE) {
from_len         4322 ext/pgsql/pgsql.c 			if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &pgsql_link, &from, &from_len) == FAILURE) {
from_len         4328 ext/pgsql/pgsql.c 	to = (char *) safe_emalloc(from_len, 2, 1);
from_len         4332 ext/pgsql/pgsql.c 		to_len = (int) PQescapeStringConn(pgsql, to, from, (size_t)from_len, NULL);
from_len         4335 ext/pgsql/pgsql.c 		to_len = (int) PQescapeString(to, from, (size_t)from_len);
from_len         4347 ext/pgsql/pgsql.c 	int from_len, id = -1;
from_len         4355 ext/pgsql/pgsql.c 			if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &from, &from_len) == FAILURE) {
from_len         4363 ext/pgsql/pgsql.c 			if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &pgsql_link, &from, &from_len) == FAILURE) {
from_len         4372 ext/pgsql/pgsql.c 		to = (char *)PQescapeByteaConn(pgsql, (unsigned char *)from, (size_t)from_len, &to_len);
from_len         4375 ext/pgsql/pgsql.c 		to = (char *)PQescapeBytea((unsigned char*)from, from_len, &to_len);
from_len         4494 ext/pgsql/pgsql.c 	int from_len;
from_len         4496 ext/pgsql/pgsql.c 							  &from, &from_len) == FAILURE) {
from_len         4521 ext/pgsql/pgsql.c 	int from_len;
from_len         4527 ext/pgsql/pgsql.c 			if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &from, &from_len) == FAILURE) {
from_len         4535 ext/pgsql/pgsql.c 			if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &pgsql_link, &from, &from_len) == FAILURE) {
from_len         4553 ext/pgsql/pgsql.c 		tmp = PGSQLescapeLiteral(pgsql, from, (size_t)from_len);
from_len         4555 ext/pgsql/pgsql.c 		tmp = PGSQLescapeIdentifier(pgsql, from, (size_t)from_len);
from_len          908 ext/phar/stream.c 		uint from_len = strlen(resource_from->path+1);
from_len          917 ext/phar/stream.c 				key_len > from_len &&
from_len          918 ext/phar/stream.c 				memcmp(str_key, resource_from->path+1, from_len) == 0 &&
from_len          919 ext/phar/stream.c 				IS_SLASH(str_key[from_len])) {
from_len          921 ext/phar/stream.c 				new_key_len = key_len + to_len - from_len;
from_len          924 ext/phar/stream.c 				memcpy(new_str_key + to_len, str_key + from_len, key_len - from_len);
from_len          941 ext/phar/stream.c 			if (key_len >= from_len &&
from_len          942 ext/phar/stream.c 				memcmp(str_key, resource_from->path+1, from_len) == 0 &&
from_len          943 ext/phar/stream.c 				(key_len == from_len || IS_SLASH(str_key[from_len]))) {
from_len          945 ext/phar/stream.c 				new_key_len = key_len + to_len - from_len;
from_len          948 ext/phar/stream.c 				memcpy(new_str_key + to_len, str_key + from_len, key_len - from_len);
from_len          961 ext/phar/stream.c 			if (key_len >= from_len &&
from_len          962 ext/phar/stream.c 				memcmp(str_key, resource_from->path+1, from_len) == 0 &&
from_len          963 ext/phar/stream.c 				(key_len == from_len || IS_SLASH(str_key[from_len]))) {
from_len          965 ext/phar/stream.c 				new_key_len = key_len + to_len - from_len;
from_len          968 ext/phar/stream.c 				memcpy(new_str_key + to_len, str_key + from_len, key_len - from_len);