from_len 347 ext/gd/libgd/gdkanji.c size_t from_len, to_len; from_len 361 ext/gd/libgd/gdkanji.c from_len = strlen ((const char *) from) + 1; from_len 364 ext/gd/libgd/gdkanji.c if ((int) iconv(cd, (char **) &from, &from_len, (char **) &to, &to_len) == -1) from_len 775 ext/oci8/oci8_lob.c ub4 dest_len, from_len; from_len 782 ext/oci8/oci8_lob.c if (php_oci_lob_get_length(descriptor_from, &from_len)) { from_len 786 ext/oci8/oci8_lob.c if (from_len <= 0) { from_len 4373 ext/pgsql/pgsql.c size_t from_len; from_len 4382 ext/pgsql/pgsql.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &from, &from_len) == FAILURE) { from_len 4388 ext/pgsql/pgsql.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &pgsql_link, &from, &from_len) == FAILURE) { from_len 4400 ext/pgsql/pgsql.c to = (char *)PQescapeByteaConn(pgsql, (unsigned char *)from, (size_t)from_len, &to_len); from_len 4403 ext/pgsql/pgsql.c to = (char *)PQescapeBytea((unsigned char*)from, from_len, &to_len); from_len 4522 ext/pgsql/pgsql.c size_t from_len; from_len 4524 ext/pgsql/pgsql.c &from, &from_len) == FAILURE) { from_len 4550 ext/pgsql/pgsql.c size_t from_len; from_len 4556 ext/pgsql/pgsql.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &from, &from_len) == FAILURE) { from_len 4564 ext/pgsql/pgsql.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &pgsql_link, &from, &from_len) == FAILURE) { from_len 4581 ext/pgsql/pgsql.c tmp = PGSQLescapeLiteral(pgsql, from, (size_t)from_len); from_len 4583 ext/pgsql/pgsql.c tmp = PGSQLescapeIdentifier(pgsql, from, (size_t)from_len); from_len 902 ext/phar/stream.c uint from_len = strlen(resource_from->path+1); from_len 909 ext/phar/stream.c ZSTR_LEN(str_key) > from_len && from_len 910 ext/phar/stream.c memcmp(ZSTR_VAL(str_key), resource_from->path+1, from_len) == 0 && from_len 911 ext/phar/stream.c IS_SLASH(ZSTR_VAL(str_key)[from_len])) { from_len 913 ext/phar/stream.c new_str_key = zend_string_alloc(ZSTR_LEN(str_key) + to_len - from_len, 0); from_len 915 ext/phar/stream.c memcpy(ZSTR_VAL(new_str_key) + to_len, ZSTR_VAL(str_key) + from_len, ZSTR_LEN(str_key) - from_len); from_len 934 ext/phar/stream.c if (ZSTR_LEN(str_key) >= from_len && from_len 935 ext/phar/stream.c memcmp(ZSTR_VAL(str_key), resource_from->path+1, from_len) == 0 && from_len 936 ext/phar/stream.c (ZSTR_LEN(str_key) == from_len || IS_SLASH(ZSTR_VAL(str_key)[from_len]))) { from_len 938 ext/phar/stream.c new_str_key = zend_string_alloc(ZSTR_LEN(str_key) + to_len - from_len, 0); from_len 940 ext/phar/stream.c memcpy(ZSTR_VAL(new_str_key) + to_len, ZSTR_VAL(str_key) + from_len, ZSTR_LEN(str_key) - from_len); from_len 952 ext/phar/stream.c if (ZSTR_LEN(str_key) >= from_len && from_len 953 ext/phar/stream.c memcmp(ZSTR_VAL(str_key), resource_from->path+1, from_len) == 0 && from_len 954 ext/phar/stream.c (ZSTR_LEN(str_key) == from_len || IS_SLASH(ZSTR_VAL(str_key)[from_len]))) { from_len 956 ext/phar/stream.c new_str_key = zend_string_alloc(ZSTR_LEN(str_key) + to_len - from_len, 0); from_len 958 ext/phar/stream.c memcpy(ZSTR_VAL(new_str_key) + to_len, ZSTR_VAL(str_key) + from_len, ZSTR_LEN(str_key) - from_len);