Home
last modified time | relevance | path

Searched refs:add_assoc_stringl (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/standard/
H A Ddns.c496 add_assoc_stringl(subarray, "data", (char*) cp, (uint32_t) dlen); in php_parserr()
543 add_assoc_stringl(subarray, "cpu", (char*)cp, n); in php_parserr()
549 add_assoc_stringl(subarray, "os", (char*)cp, n); in php_parserr()
565 add_assoc_stringl(subarray, "tag", (char*)cp, n); in php_parserr()
572 add_assoc_stringl(subarray, "value", (char*)cp, n); in php_parserr()
772 add_assoc_stringl(subarray, "flags", (char*)cp, n); in php_parserr()
779 add_assoc_stringl(subarray, "services", (char*)cp, n); in php_parserr()
786 add_assoc_stringl(subarray, "regex", (char*)cp, n); in php_parserr()
H A Ddns_win32.c171 add_assoc_stringl(subarray, "data", (char*) &pRec->Data, (uint32_t) pRec->wDataLength); in php_parserr()
H A Dimage.c436 add_assoc_stringl(info, markername, buffer, length); in php_read_APP()
H A Dstring.c1665 add_assoc_stringl(&tmp, "extension", ZSTR_VAL(ret) + idx + 1, ZSTR_LEN(ret) - idx - 1);
1681 add_assoc_stringl(&tmp, "filename", ZSTR_VAL(ret), idx);
/php-src/main/streams/
H A Dmemory.c652 add_assoc_stringl(&meta, "mediatype", (char *) path, mlen); in php_stream_url_wrap_rfc2397()
656 add_assoc_stringl(&meta, "mediatype", (char *) path, plen); in php_stream_url_wrap_rfc2397()
/php-src/ext/posix/
H A Dposix.c1063 add_assoc_stringl(return_value, soft, UNLIMITED_STRING, sizeof(UNLIMITED_STRING)-1); in posix_addlimit()
1069 add_assoc_stringl(return_value, hard, UNLIMITED_STRING, sizeof(UNLIMITED_STRING)-1); in posix_addlimit()
/php-src/ext/ldap/
H A Dldap.c284 add_assoc_stringl(&value, "cookie", lcookie.bv_val, lcookie.bv_len); in _php_ldap_control_to_array()
306 add_assoc_stringl(&value, "dn", bv.bv_val, bv.bv_len); in _php_ldap_control_to_array()
369 add_assoc_stringl(&value, "context", context->bv_val, context->bv_len); in _php_ldap_control_to_array()
378 add_assoc_stringl(array, "value", ctrl->ldctl_value.bv_val, ctrl->ldctl_value.bv_len); in _php_ldap_control_to_array()
/php-src/ext/openssl/
H A Dopenssl.c705 add_assoc_stringl(&subitem, sname, (char *)to_add, to_add_len); in php_openssl_add_assoc_name_entry()
724 add_assoc_stringl(val, key, (char *)str->data, str->length); in php_openssl_add_assoc_asn1_string()
2213 add_assoc_stringl(&subitem, extname, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2225 add_assoc_stringl(&subitem, extname, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
4981 add_assoc_stringl(return_value, "key", pbio, pbio_len); in PHP_FUNCTION()
5052 add_assoc_stringl(&ary, "curve_oid", oir_buf, oir_len); in PHP_FUNCTION()
5175 add_assoc_stringl(&ec, "curve_oid", (char*) oir_buf, oir_len); in PHP_FUNCTION()
H A Dxp_ssl.c2434 add_assoc_stringl(&tmp, "alpn_protocol", (char *)alpn_proto, alpn_proto_len); in php_openssl_sockop_set_option()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c621 add_assoc_stringl(&persistent_script_report, "last_used", str, len);
/php-src/ext/exif/
H A Dexif.c2494 add_assoc_stringl(&tmpi, name, "", 0); in add_assoc_image_info()
2496 add_assoc_stringl(&tmpi, name, info_value->s, info_data->length); in add_assoc_image_info()
/php-src/ext/pgsql/
H A Dpgsql.c1857 add_assoc_stringl(return_value, field_name, element, element_len); in php_pgsql_fetch_hash()
5785 add_assoc_stringl(&row, field_name, element, element_len); in php_pgsql_result2array()
/php-src/Zend/
H A Dzend_API.h581 static zend_always_inline void add_assoc_stringl(zval *arg, const char *key, const char *str, size_… in add_assoc_stringl() function
/php-src/ext/phar/
H A Dphar_object.c3070 add_assoc_stringl(return_value, "hash", phar_obj->archive->signature, phar_obj->archive->sig_len); in PHP_METHOD()

Completed in 158 milliseconds