value_len        3606 Zend/zend_API.c ZEND_API int zend_declare_property_stringl(zend_class_entry *ce, const char *name, int name_length, const char *value, int value_len, int access_type TSRMLS_DC) /* {{{ */
value_len        3612 Zend/zend_API.c 		ZVAL_STRINGL(property, zend_strndup(value, value_len), value_len, 0);
value_len        3615 Zend/zend_API.c 		ZVAL_STRINGL(property, value, value_len, 1);
value_len        3794 Zend/zend_API.c ZEND_API void zend_update_property_stringl(zend_class_entry *scope, zval *object, const char *name, int name_length, const char *value, int value_len TSRMLS_DC) /* {{{ */
value_len        3801 Zend/zend_API.c 	ZVAL_STRINGL(tmp, value, value_len, 1);
value_len        3903 Zend/zend_API.c ZEND_API int zend_update_static_property_stringl(zend_class_entry *scope, const char *name, int name_length, const char *value, int value_len TSRMLS_DC) /* {{{ */
value_len        3910 Zend/zend_API.c 	ZVAL_STRINGL(tmp, value, value_len, 1);
value_len         315 Zend/zend_API.h ZEND_API int zend_declare_property_stringl(zend_class_entry *ce, const char *name, int name_length, const char *value, int value_len, int access_type TSRMLS_DC);
value_len         133 ext/dba/dba_tcadb.c 	int value_len;
value_len         135 ext/dba/dba_tcadb.c 	value = tcadbget(dba->tcadb, key, keylen, &value_len);
value_len          64 ext/dom/attr.c 	int name_len, value_len, name_valid;
value_len          68 ext/dom/attr.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s", &id, dom_attr_class_entry, &name, &name_len, &value, &value_len) == FAILURE) {
value_len          57 ext/dom/cdatasection.c 	int value_len;
value_len          61 ext/dom/cdatasection.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_cdatasection_class_entry, &value, &value_len) == FAILURE) {
value_len          67 ext/dom/cdatasection.c 	nodep = xmlNewCDataBlock(NULL, (xmlChar *) value, value_len);
value_len          57 ext/dom/comment.c 	int value_len;
value_len          61 ext/dom/comment.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|s", &id, dom_comment_class_entry, &value, &value_len) == FAILURE) {
value_len         847 ext/dom/document.c 	int ret, name_len, value_len;
value_len         850 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s", &id, dom_document_class_entry, &name, &name_len, &value, &value_len) == FAILURE) {
value_len         906 ext/dom/document.c 	int ret, value_len;
value_len         910 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) {
value_len         934 ext/dom/document.c 	int ret, value_len;
value_len         938 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) {
value_len         962 ext/dom/document.c 	int ret, value_len;
value_len         966 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) {
value_len         972 ext/dom/document.c 	node = xmlNewCDataBlock(docp, (xmlChar *) value, value_len);
value_len         990 ext/dom/document.c 	int ret, value_len, name_len = 0;
value_len         994 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s", &id, dom_document_class_entry, &name, &name_len, &value, &value_len) == FAILURE) {
value_len        1174 ext/dom/document.c 	int ret, uri_len = 0, name_len = 0, value_len = 0;
value_len        1180 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s|s", &id, dom_document_class_entry, &uri, &uri_len, &name, &name_len, &value, &value_len) == FAILURE) {
value_len         163 ext/dom/element.c 	int name_len, value_len = 0, name_valid;
value_len         168 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s!s", &id, dom_element_class_entry, &name, &name_len, &value, &value_len, &uri, &uri_len) == FAILURE) {
value_len         218 ext/dom/element.c 	if (value_len > 0) {
value_len         219 ext/dom/element.c 		xmlNodeSetContentLen(nodep, (xmlChar *) value, value_len);
value_len         377 ext/dom/element.c 	int ret, name_len, value_len, name_valid;
value_len         381 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_element_class_entry, &name, &name_len, &value, &value_len) == FAILURE) {
value_len         747 ext/dom/element.c 	int uri_len = 0, name_len = 0, value_len = 0;
value_len         753 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!ss", &id, dom_element_class_entry, &uri, &uri_len, &name, &name_len, &value, &value_len) == FAILURE) {
value_len          58 ext/dom/processinginstruction.c 	int name_len, value_len, name_valid;
value_len          62 ext/dom/processinginstruction.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s", &id, dom_processinginstruction_class_entry, &name, &name_len, &value, &value_len) == FAILURE) {
value_len          72 ext/dom/text.c 	int value_len;
value_len          76 ext/dom/text.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|s", &id, dom_text_class_entry, &value, &value_len) == FAILURE) {
value_len         426 ext/enchant/enchant.c 	int value_len;
value_len         428 ext/enchant/enchant.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rls", &broker, &dict_type, &value, &value_len) == FAILURE) {
value_len         432 ext/enchant/enchant.c 	if (!value_len) {
value_len        2713 ext/exif/exif.c static int exif_process_IFD_in_MAKERNOTE(image_info_type *ImageInfo, char * value_ptr, int value_len, char *offset_base, size_t IFDlength, size_t displacement TSRMLS_DC)
value_len        2738 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process %s @x%04X + 0x%04X=%d: %s", exif_get_sectionname(section_index), (int)dir_start-(int)offset_base+maker_note->offset+displacement, value_len, value_len, exif_char_dump(value_ptr, value_len, (int)dir_start-(int)offset_base+maker_note->offset+displacement));
value_len        2774 ext/exif/exif.c 	if ((2+NumDirEntries*12) > value_len) {
value_len        2775 ext/exif/exif.c 		exif_error_docref("exif_read_data#error_ifd" EXIFERR_CC, ImageInfo, E_WARNING, "Illegal IFD size: 2 + x%04X*12 = x%04X > x%04X", NumDirEntries, 2+NumDirEntries*12, value_len);
value_len         131 ext/intl/dateformat/dateformat_attr.c 	int         value_len = 0;
value_len         141 ext/intl/dateformat/dateformat_attr.c 		&object, IntlDateFormatter_ce_ptr,  &value, &value_len ) == FAILURE )
value_len         151 ext/intl/dateformat/dateformat_attr.c 	intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(dfo));
value_len         302 ext/intl/formatter/formatter_attr.c 	int        value_len = 0;
value_len         309 ext/intl/formatter/formatter_attr.c 		&object, NumberFormatter_ce_ptr, &symbol, &value, &value_len ) == FAILURE )
value_len         326 ext/intl/formatter/formatter_attr.c 	intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo));
value_len         390 ext/intl/formatter/formatter_attr.c 	int         value_len = 0;
value_len         397 ext/intl/formatter/formatter_attr.c 		&object, NumberFormatter_ce_ptr, &value, &value_len ) == FAILURE )
value_len         408 ext/intl/formatter/formatter_attr.c 	intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo));
value_len          65 ext/intl/msgformat/msgformat_attr.c 	int         value_len = 0;
value_len          72 ext/intl/msgformat/msgformat_attr.c 		&object, MessageFormatter_ce_ptr, &value, &value_len ) == FAILURE )
value_len          82 ext/intl/msgformat/msgformat_attr.c 	intl_convert_utf8_to_utf16(&spattern, &spattern_len, value, value_len, &INTL_DATA_ERROR_CODE(mfo));
value_len         103 ext/intl/msgformat/msgformat_attr.c 	mfo->mf_data.orig_format = estrndup(value, value_len);
value_len         104 ext/intl/msgformat/msgformat_attr.c 	mfo->mf_data.orig_format_len = value_len;
value_len        1955 ext/ldap/ldap.c 	int dn_len, attr_len, value_len;
value_len        1960 ext/ldap/ldap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsss", &link, &dn, &dn_len, &attr, &attr_len, &value, &value_len) != SUCCESS) {
value_len        1965 ext/ldap/ldap.c 	lvalue.bv_len = value_len;
value_len        2724 ext/ldap/ldap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &value, &value_len) != SUCCESS) {
value_len        2728 ext/ldap/ldap.c 	if (value_len == 0) {
value_len        2733 ext/ldap/ldap.c 		result = ldap_8859_to_t61(&value, &value_len, 0);
value_len        2735 ext/ldap/ldap.c 		result = ldap_t61_to_8859(&value, &value_len, 0);
value_len        2739 ext/ldap/ldap.c 		RETVAL_STRINGL(value, value_len, 1);
value_len         572 ext/mysqlnd/mysqlnd_wireprotocol.c 				size_t value_len = strlen(*entry_value);
value_len         577 ext/mysqlnd/mysqlnd_wireprotocol.c 					ca_payload_len += php_mysqlnd_net_store_length_size(value_len);
value_len         578 ext/mysqlnd/mysqlnd_wireprotocol.c 					ca_payload_len += value_len;
value_len         591 ext/mysqlnd/mysqlnd_wireprotocol.c 					size_t value_len = strlen(*entry_value);
value_len         598 ext/mysqlnd/mysqlnd_wireprotocol.c 						p = php_mysqlnd_net_store_length(p, value_len);
value_len         599 ext/mysqlnd/mysqlnd_wireprotocol.c 						memcpy(p, *entry_value, value_len);
value_len         600 ext/mysqlnd/mysqlnd_wireprotocol.c 						p+= value_len;
value_len         736 ext/oci8/oci8_collection.c int php_oci_collection_element_set(php_oci_collection *collection, long index, char *value, int value_len TSRMLS_DC)
value_len         738 ext/oci8/oci8_collection.c 	if (value_len == 0) {
value_len         744 ext/oci8/oci8_collection.c 			return php_oci_collection_element_set_date(collection, index, value, value_len TSRMLS_CC);
value_len         748 ext/oci8/oci8_collection.c 			return php_oci_collection_element_set_string(collection, index, value, value_len TSRMLS_CC);
value_len         762 ext/oci8/oci8_collection.c 			return php_oci_collection_element_set_number(collection, index, value, value_len TSRMLS_CC);
value_len        2193 ext/oci8/oci8_interface.c 	int value_len;
value_len        2196 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &value, &value_len) == FAILURE) {
value_len        2201 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Os", &z_collection, oci_coll_class_entry_ptr, &value, &value_len) == FAILURE) {
value_len        2213 ext/oci8/oci8_interface.c 	if (php_oci_collection_append(collection, value, value_len TSRMLS_CC)) {
value_len        2301 ext/oci8/oci8_interface.c 	int value_len;
value_len        2306 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &element_index, &value, &value_len) == FAILURE) {
value_len        2311 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Ols", &z_collection, oci_coll_class_entry_ptr, &element_index, &value, &value_len) == FAILURE) {
value_len        2323 ext/oci8/oci8_interface.c 	if (php_oci_collection_element_set(collection, element_index, value, value_len TSRMLS_CC)) {
value_len         453 ext/oci8/php_oci8_int.h int php_oci_collection_element_set(php_oci_collection *collection, long index, char *value, int value_len TSRMLS_DC);
value_len         550 ext/pdo/pdo_stmt.c 	unsigned long value_len = 0;
value_len         559 ext/pdo/pdo_stmt.c 	value_len = 0;
value_len         561 ext/pdo/pdo_stmt.c 	stmt->methods->get_col(stmt, colno, &value, &value_len, &caller_frees TSRMLS_CC);
value_len         565 ext/pdo/pdo_stmt.c 			if (value && value_len == sizeof(zval)) {
value_len         579 ext/pdo/pdo_stmt.c 			if (value && value_len == sizeof(long)) {
value_len         587 ext/pdo/pdo_stmt.c 			if (value && value_len == sizeof(zend_bool)) {
value_len         597 ext/pdo/pdo_stmt.c 			} else if (value_len == 0) {
value_len         617 ext/pdo/pdo_stmt.c 					stm = php_stream_memory_open(TEMP_STREAM_TAKE_BUFFER, value, value_len);
value_len         624 ext/pdo/pdo_stmt.c 					stm = php_stream_memory_open(TEMP_STREAM_READONLY, value, value_len);
value_len         632 ext/pdo/pdo_stmt.c 				ZVAL_STRINGL(dest, value, value_len, !caller_frees);
value_len         640 ext/pdo/pdo_stmt.c 			if (value && !(value_len == 0 && stmt->dbh->oracle_nulls == PDO_NULL_EMPTY_STRING)) {
value_len         641 ext/pdo/pdo_stmt.c 				ZVAL_STRINGL(dest, value, value_len, !caller_frees);
value_len         499 ext/pdo_firebird/firebird_statement.c 		unsigned long value_len;
value_len         593 ext/pdo_firebird/firebird_statement.c 			value_len = 0;
value_len         596 ext/pdo_firebird/firebird_statement.c 			if (firebird_stmt_get_col(stmt, param->paramno, &value, &value_len, &caller_frees TSRMLS_CC)) {
value_len         600 ext/pdo_firebird/firebird_statement.c 							ZVAL_STRINGL(param->parameter, value, value_len, 1);
value_len        2670 ext/pgsql/pgsql.c 		int value_len = PQgetlength(pgsql_result, pgsql_row, field_offset);
value_len        2671 ext/pgsql/pgsql.c 		ZVAL_STRINGL(return_value, value, value_len, 1);
value_len         825 ext/pspell/pspell.c 	int value_len;
value_len         828 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lp", &conf, &value, &value_len) == FAILURE) {
value_len        2677 ext/session/session.c 			size_t value_len;
value_len        2685 ext/session/session.c 				value_len = *data->newlength;
value_len        2687 ext/session/session.c 				value_len = data->length;
value_len        2690 ext/session/session.c 			if (data->name && data->value && value_len) {
value_len        2695 ext/session/session.c 					ZVAL_STRINGL(&progress->sid, (*data->value), value_len, 1);
value_len        2700 ext/session/session.c 					smart_str_appendl(&progress->key, *data->value, value_len);
value_len        1637 ext/simplexml/simplexml.c 	int             qname_len, value_len = 0, nsuri_len = 0;
value_len        1643 ext/simplexml/simplexml.c 		&qname, &qname_len, &value, &value_len, &nsuri, &nsuri_len) == FAILURE) {
value_len        1702 ext/simplexml/simplexml.c 	int             qname_len, value_len = 0, nsuri_len = 0;
value_len        1709 ext/simplexml/simplexml.c 		&qname, &qname_len, &value, &value_len, &nsuri, &nsuri_len) == FAILURE) {
value_len          76 ext/standard/head.c PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char *path, int path_len, char *domain, int domain_len, int secure, int url_encode, int httponly TSRMLS_DC)
value_len          98 ext/standard/head.c 		encoded_value = php_url_encode(value, value_len, &encoded_value_len);
value_len         102 ext/standard/head.c 		len += value_len;
value_len         113 ext/standard/head.c 	if (value == NULL || value_len == 0) {
value_len         183 ext/standard/head.c 	int name_len, value_len = 0, path_len = 0, domain_len = 0;
value_len         186 ext/standard/head.c 							  &name_len, &value, &value_len, &expires, &path,
value_len         191 ext/standard/head.c 	if (php_setcookie(name, name_len, value, value_len, expires, path, path_len, domain, domain_len, secure, 1, httponly TSRMLS_CC) == SUCCESS) {
value_len         206 ext/standard/head.c 	int name_len, value_len = 0, path_len = 0, domain_len = 0;
value_len         209 ext/standard/head.c 							  &name_len, &value, &value_len, &expires, &path,
value_len         214 ext/standard/head.c 	if (php_setcookie(name, name_len, value, value_len, expires, path, path_len, domain, domain_len, secure, 0, httponly TSRMLS_CC) == SUCCESS) {
value_len          34 ext/standard/head.h PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char *path, int path_len, char *domain, int domain_len, int secure, int url_encode, int httponly TSRMLS_DC);
value_len         956 ext/standard/url_scanner_ex.c PHPAPI int php_url_scanner_add_var(char *name, int name_len, char *value, int value_len, int urlencode TSRMLS_DC)
value_len         974 ext/standard/url_scanner_ex.c 		encoded = php_url_encode(value, value_len, &encoded_len);
value_len         977 ext/standard/url_scanner_ex.c 		smart_str_setl(&val, value, value_len);
value_len          31 ext/standard/url_scanner_ex.h PHPAPI int php_url_scanner_add_var(char *name, int name_len, char *value, int value_len, int urlencode TSRMLS_DC);
value_len         787 ext/xsl/xsltprocessor.c 	int string_key_len, namespace_len, name_len, value_len;
value_len         812 ext/xsl/xsltprocessor.c 	} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sss", &namespace, &namespace_len, &name, &name_len, &value, &value_len) == SUCCESS) {
value_len        1572 main/output.c  	int name_len, value_len;
value_len        1574 main/output.c  	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &name, &name_len, &value, &value_len) == FAILURE) {
value_len        1578 main/output.c  	if (php_url_scanner_add_var(name, name_len, value, value_len, 1 TSRMLS_CC) == SUCCESS) {
value_len         855 main/rfc1867.c 				unsigned int value_len;
value_len         856 main/rfc1867.c 				char *value = multipart_buffer_read_body(mbuff, &value_len TSRMLS_CC);
value_len         861 main/rfc1867.c 					value_len = 0;
value_len         867 main/rfc1867.c 					if ((size_t)-1 != zend_multibyte_encoding_converter(&new_value, &new_value_len, (unsigned char *)value, value_len, internal_encoding, mbuff->input_encoding TSRMLS_CC)) {
value_len         870 main/rfc1867.c 						value_len = new_value_len;
value_len         874 main/rfc1867.c 				if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len, &new_val_len TSRMLS_CC)) {
value_len         903 main/rfc1867.c 						event_formdata.length = value_len;
value_len          52 sapi/apache2filter/apache_config.c 	size_t value_len;
value_len          69 sapi/apache2filter/apache_config.c 	e.value_len = strlen(value);
value_len         175 sapi/apache2filter/apache_config.c 		if (zend_alter_ini_entry(str, str_len, data->value, data->value_len, data->status, data->htaccess?PHP_INI_STAGE_HTACCESS:PHP_INI_STAGE_ACTIVATE) == FAILURE) {
value_len          52 sapi/apache2handler/apache_config.c 	size_t value_len;
value_len          69 sapi/apache2handler/apache_config.c 	e.value_len = strlen(value);
value_len         197 sapi/apache2handler/apache_config.c 			if (zend_alter_ini_entry(str, str_len, data->value, data->value_len, data->status, data->htaccess?PHP_INI_STAGE_HTACCESS:PHP_INI_STAGE_ACTIVATE) == FAILURE) {
value_len        1522 sapi/cgi/fastcgi.c void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len)
value_len        1527 sapi/cgi/fastcgi.c 	Z_STRVAL_P(zvalue) = pestrndup(value, value_len, 1);
value_len        1528 sapi/cgi/fastcgi.c 	Z_STRLEN_P(zvalue) = value_len;
value_len         141 sapi/cgi/fastcgi.h void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len);
value_len        1112 sapi/fpm/fpm/fastcgi.c void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len)
value_len        1117 sapi/fpm/fpm/fastcgi.c 	Z_STRVAL_P(zvalue) = pestrndup(value, value_len, 1);
value_len        1118 sapi/fpm/fpm/fastcgi.c 	Z_STRLEN_P(zvalue) = value_len;
value_len         133 sapi/fpm/fpm/fastcgi.h void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len);
value_len          47 sapi/fpm/fpm/fpm_env.c 	int value_len = strlen(value);
value_len          48 sapi/fpm/fpm/fpm_env.c 	char *var = alloca(name_len + 1 + value_len + 1);
value_len          54 sapi/fpm/fpm/fpm_env.c 	memcpy(var + name_len + 1, value, value_len);
value_len          56 sapi/fpm/fpm/fpm_env.c 	var[name_len + 1 + value_len] = '\0';
value_len          87 sapi/fpm/fpm/fpm_php.c 	int value_len = strlen(value);
value_len          95 sapi/fpm/fpm/fpm_php.c 	if (fpm_php_zend_ini_alter_master(name, name_len+1, value, value_len, mode, PHP_INI_STAGE_ACTIVATE TSRMLS_CC) == FAILURE) {
value_len          72 win32/registry.c 			DWORD name_len, type, value_len;
value_len          77 win32/registry.c 				value_len = max_value+1;
value_len          78 win32/registry.c 				if (RegEnumValue(key, i, name, &name_len, NULL, &type, value, &value_len) == ERROR_SUCCESS) {
value_len          92 win32/registry.c 						Z_STRVAL_P(data) = zend_strndup(value, value_len-1);
value_len          93 win32/registry.c 						Z_STRLEN_P(data) = value_len-1;