Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Ddns.c482 add_assoc_stringl(subarray, "data", (char*) cp, (uint32_t) dlen); in php_parserr()
529 add_assoc_stringl(subarray, "cpu", (char*)cp, n); in php_parserr()
535 add_assoc_stringl(subarray, "os", (char*)cp, n); in php_parserr()
551 add_assoc_stringl(subarray, "tag", (char*)cp, n); in php_parserr()
558 add_assoc_stringl(subarray, "value", (char*)cp, n); in php_parserr()
758 add_assoc_stringl(subarray, "flags", (char*)cp, n); in php_parserr()
765 add_assoc_stringl(subarray, "services", (char*)cp, n); in php_parserr()
772 add_assoc_stringl(subarray, "regex", (char*)cp, n); in php_parserr()
H A Dpack.c909 add_assoc_stringl(return_value, n, &input[inputpos], len); in PHP_FUNCTION()
935 add_assoc_stringl(return_value, n, &input[inputpos], len + 1); in PHP_FUNCTION()
959 add_assoc_stringl(return_value, n, &input[inputpos], len); in PHP_FUNCTION()
H A Ddns_win32.c169 add_assoc_stringl(subarray, "data", (char*) &pRec->Data, (uint32_t) pRec->wDataLength); in php_parserr()
H A Dimage.c452 add_assoc_stringl(info, markername, buffer, length); in php_read_APP()
H A Dstring.c1651 add_assoc_stringl(&tmp, "extension", ZSTR_VAL(ret) + idx + 1, ZSTR_LEN(ret) - idx - 1);
1667 add_assoc_stringl(&tmp, "filename", ZSTR_VAL(ret), idx);
/PHP-8.0/main/streams/
H A Dmemory.c678 add_assoc_stringl(&meta, "mediatype", (char *) path, mlen); in php_stream_url_wrap_rfc2397()
682 add_assoc_stringl(&meta, "mediatype", (char *) path, plen); in php_stream_url_wrap_rfc2397()
/PHP-8.0/ext/posix/
H A Dposix.c1041 add_assoc_stringl(return_value, soft, UNLIMITED_STRING, sizeof(UNLIMITED_STRING)-1); in posix_addlimit()
1047 add_assoc_stringl(return_value, hard, UNLIMITED_STRING, sizeof(UNLIMITED_STRING)-1); in posix_addlimit()
/PHP-8.0/ext/phar/
H A Dphar_object.c3067 add_assoc_stringl(return_value, "hash", phar_obj->archive->signature, phar_obj->archive->sig_len); in PHP_METHOD()
3070 add_assoc_stringl(return_value, "hash_type", "MD5", 3); in PHP_METHOD()
3073 add_assoc_stringl(return_value, "hash_type", "SHA-1", 5); in PHP_METHOD()
3076 add_assoc_stringl(return_value, "hash_type", "SHA-256", 7); in PHP_METHOD()
3079 add_assoc_stringl(return_value, "hash_type", "SHA-512", 7); in PHP_METHOD()
3082 add_assoc_stringl(return_value, "hash_type", "OpenSSL", 7); in PHP_METHOD()
/PHP-8.0/ext/ldap/
H A Dldap.c181 add_assoc_stringl(&value, "cookie", lcookie.bv_val, lcookie.bv_len); in _php_ldap_control_to_array()
203 add_assoc_stringl(&value, "dn", bv.bv_val, bv.bv_len); in _php_ldap_control_to_array()
266 add_assoc_stringl(&value, "context", context->bv_val, context->bv_len); in _php_ldap_control_to_array()
275 add_assoc_stringl(array, "value", ctrl->ldctl_value.bv_val, ctrl->ldctl_value.bv_len); in _php_ldap_control_to_array()
/PHP-8.0/ext/openssl/
H A Dopenssl.c678 add_assoc_stringl(&subitem, sname, (char *)to_add, to_add_len); in php_openssl_add_assoc_name_entry()
697 add_assoc_stringl(val, key, (char *)str->data, str->length); in php_openssl_add_assoc_asn1_string()
2296 add_assoc_stringl(&subitem, extname, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2308 add_assoc_stringl(&subitem, extname, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
4631 add_assoc_stringl(return_value, "key", pbio, pbio_len); in PHP_FUNCTION()
4744 add_assoc_stringl(&ec, "curve_oid", (char*) oir_buf, oir_len); in PHP_FUNCTION()
H A Dxp_ssl.c2373 add_assoc_stringl(&tmp, "alpn_protocol", (char *)alpn_proto, alpn_proto_len); in php_openssl_sockop_set_option()
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c554 add_assoc_stringl(&persistent_script_report, "last_used", str, len);
/PHP-8.0/ext/exif/
H A Dexif.c2480 add_assoc_stringl(&tmpi, name, "", 0); in add_assoc_image_info()
2482 add_assoc_stringl(&tmpi, name, info_value->s, info_data->length); in add_assoc_image_info()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c1907 add_assoc_stringl(return_value, field_name, element, element_len); in php_pgsql_fetch_hash()
5822 add_assoc_stringl(&row, field_name, element, element_len); in php_pgsql_result2array()
/PHP-8.0/Zend/
H A Dzend_API.h457 #define add_assoc_stringl(__arg, __key, __str, __length) add_assoc_stringl_ex(__arg, __key, strlen(… macro
/PHP-8.0/ext/imap/
H A Dphp_imap.c368 add_assoc_stringl(IMAPG(imap_acl_list), alist->identifier, alist->rights, strlen(alist->rights)); in mail_getacl()

Completed in 123 milliseconds