Home
last modified time | relevance | path

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

/PHP-7.2/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.c919 add_assoc_stringl(return_value, n, &input[inputpos], len); in PHP_FUNCTION()
945 add_assoc_stringl(return_value, n, &input[inputpos], len + 1); in PHP_FUNCTION()
969 add_assoc_stringl(return_value, n, &input[inputpos], len); in PHP_FUNCTION()
H A Ddns_win32.c167 add_assoc_stringl(subarray, "data", (char*) &pRec->Data, (uint32_t) pRec->wDataLength); in php_parserr()
H A Dimage.c465 add_assoc_stringl(info, markername, buffer, length); in php_read_APP()
H A Dstring.c1726 add_assoc_stringl(&tmp, "extension", ZSTR_VAL(ret) + idx + 1, ZSTR_LEN(ret) - idx - 1);
1742 add_assoc_stringl(&tmp, "filename", ZSTR_VAL(ret), idx);
/PHP-7.2/ext/interbase/
H A Dibase_service.c377 add_assoc_stringl(&user, "user_name", result +2, len); in _php_ibase_service_query()
383 add_assoc_stringl(&user, "first_name", result +2, len); in _php_ibase_service_query()
389 add_assoc_stringl(&user, "middle_name", result +2, len); in _php_ibase_service_query()
395 add_assoc_stringl(&user, "last_name", result +2, len); in _php_ibase_service_query()
H A Dibase_query.c1916 add_assoc_stringl(return_value, "name", var->sqlname, var->sqlname_length); in _php_ibase_field_info()
1919 add_assoc_stringl(return_value, "alias", var->aliasname, var->aliasname_length); in _php_ibase_field_info()
1922 add_assoc_stringl(return_value, "relation", var->relname, var->relname_length); in _php_ibase_field_info()
1926 add_assoc_stringl(return_value, "length", buf, len); in _php_ibase_field_info()
1945 add_assoc_stringl(return_value, "type", s, len); in _php_ibase_field_info()
/PHP-7.2/main/streams/
H A Dmemory.c659 add_assoc_stringl(&meta, "mediatype", (char *) path, mlen); in php_stream_url_wrap_rfc2397()
663 add_assoc_stringl(&meta, "mediatype", (char *) path, plen); in php_stream_url_wrap_rfc2397()
/PHP-7.2/ext/posix/
H A Dposix.c1314 add_assoc_stringl(return_value, soft, UNLIMITED_STRING, sizeof(UNLIMITED_STRING)-1); in posix_addlimit()
1320 add_assoc_stringl(return_value, hard, UNLIMITED_STRING, sizeof(UNLIMITED_STRING)-1); in posix_addlimit()
/PHP-7.2/ext/pcre/
H A Dphp_pcre.c975 add_assoc_stringl(&result_set, subpat_names[i], subject + offsets[i<<1], in php_pcre_match_impl()
1038 add_assoc_stringl(subpats, subpat_names[i], subject + offsets[i<<1], in php_pcre_match_impl()
1220add_assoc_stringl(&arg, subpat_names[i], &subject[offsets[i<<1]] , offsets[(i<<1)+1] - offsets[i<<… in preg_do_repl_func()
/PHP-7.2/ext/phar/
H A Dphar_object.c3161 add_assoc_stringl(return_value, "hash", phar_obj->archive->signature, phar_obj->archive->sig_len); in PHP_METHOD()
3164 add_assoc_stringl(return_value, "hash_type", "MD5", 3); in PHP_METHOD()
3167 add_assoc_stringl(return_value, "hash_type", "SHA-1", 5); in PHP_METHOD()
3170 add_assoc_stringl(return_value, "hash_type", "SHA-256", 7); in PHP_METHOD()
3173 add_assoc_stringl(return_value, "hash_type", "SHA-512", 7); in PHP_METHOD()
3176 add_assoc_stringl(return_value, "hash_type", "OpenSSL", 7); in PHP_METHOD()
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_module.c574 add_assoc_stringl(&persistent_script_report, "last_used", str, len);
/PHP-7.2/ext/openssl/
H A Dopenssl.c894 add_assoc_stringl(&subitem, sname, (char *)to_add, to_add_len); in php_openssl_add_assoc_name_entry()
913 add_assoc_stringl(val, key, (char *)str->data, str->length); in php_openssl_add_assoc_asn1_string()
2433 add_assoc_stringl(&subitem, extname, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2445 add_assoc_stringl(&subitem, extname, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
4762 add_assoc_stringl(return_value, "key", pbio, pbio_len); in PHP_FUNCTION()
4875 add_assoc_stringl(&ec, "curve_oid", (char*) oir_buf, oir_len); in PHP_FUNCTION()
H A Dxp_ssl.c2380 add_assoc_stringl(&tmp, "alpn_protocol", (char *)alpn_proto, alpn_proto_len); in php_openssl_sockop_set_option()
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c332 if(id) return add_assoc_stringl(list, id, string, length);
/PHP-7.2/ext/ldap/
H A Dldap.c2374 add_assoc_stringl(&tmp1, "value", (*ctrlp)->ldctl_value.bv_val, (*ctrlp)->ldctl_value.bv_len); in PHP_FUNCTION()
3214 add_assoc_stringl(return_value, "value", ctrl.ldctl_value.bv_val, ctrl.ldctl_value.bv_len); in PHP_FUNCTION()
/PHP-7.2/ext/exif/
H A Dexif.c2407 add_assoc_stringl(&tmpi, name, "", 0); in add_assoc_image_info()
2409 add_assoc_stringl(&tmpi, name, info_value->s, info_data->length); in add_assoc_image_info()
/PHP-7.2/Zend/
H A Dzend_API.h425 #define add_assoc_stringl(__arg, __key, __str, __length) add_assoc_stringl_ex(__arg, __key, strlen(… macro
/PHP-7.2/ext/pgsql/
H A Dpgsql.c2808 add_assoc_stringl(return_value, field_name, element, element_len);
7083 add_assoc_stringl(&row, field_name, element, element_len);
/PHP-7.2/ext/imap/
H A Dphp_imap.c802 add_assoc_stringl(IMAPG(imap_acl_list), alist->identifier, alist->rights, strlen(alist->rights)); in mail_getacl()

Completed in 152 milliseconds