Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Ddns.c476 add_assoc_stringl(*subarray, "data", (char*) cp, (uint) dlen, 1); in php_parserr()
523 add_assoc_stringl(*subarray, "cpu", (char*)cp, n, 1); in php_parserr()
529 add_assoc_stringl(*subarray, "os", (char*)cp, n, 1); in php_parserr()
559 add_assoc_stringl(*subarray, "txt", tp, l2, 0); in php_parserr()
728 add_assoc_stringl(*subarray, "flags", (char*)cp, n, 1); in php_parserr()
735 add_assoc_stringl(*subarray, "services", (char*)cp, n, 1); in php_parserr()
742 add_assoc_stringl(*subarray, "regex", (char*)cp, n, 1); in php_parserr()
H A Dpack.c690 add_assoc_stringl(return_value, n, &input[inputpos], len + 1, 1); in PHP_FUNCTION()
732 add_assoc_stringl(return_value, n, buf, len, 1); in PHP_FUNCTION()
H A Ddns_win32.c166 add_assoc_stringl(*subarray, "data", (char*) &pRec->Data, (uint) pRec->wDataLength, 1); in php_parserr()
H A Dimage.c464 add_assoc_stringl(info, markername, buffer, length, 1); in php_read_APP()
H A Dfilestat.c1218 add_assoc_stringl(entry, "realpath", bucket->realpath, bucket->realpath_len, 1); in PHP_FUNCTION()
H A Dbasic_functions.c5307add_assoc_stringl(option, "global_value", ini_entry->orig_value, ini_entry->orig_value_length, 1);
5309 add_assoc_stringl(option, "global_value", ini_entry->value, ini_entry->value_length, 1);
5315 add_assoc_stringl(option, "local_value", ini_entry->value, ini_entry->value_length, 1);
5325 add_assoc_stringl(ini_array, ini_entry->name, ini_entry->value, ini_entry->value_length, 1);
H A Dstring.c1574 add_assoc_stringl(tmp, "basename", ret, ret_len, 0);
1589 add_assoc_stringl(tmp, "extension", ret + idx + 1, ret_len - idx - 1, 1);
1605 add_assoc_stringl(tmp, "filename", ret, idx, 1);
/PHP-5.4/ext/interbase/
H A Dibase_service.c376 add_assoc_stringl(user, "user_name", result +2, len, 1); in _php_ibase_service_query()
382 add_assoc_stringl(user, "first_name", result +2, len, 1); in _php_ibase_service_query()
388 add_assoc_stringl(user, "middle_name", result +2, len, 1); in _php_ibase_service_query()
394 add_assoc_stringl(user, "last_name", result +2, len, 1); in _php_ibase_service_query()
H A Dibase_query.c1920 add_assoc_stringl(return_value, "name", var->sqlname, var->sqlname_length, 1); in _php_ibase_field_info()
1923 add_assoc_stringl(return_value, "alias", var->aliasname, var->aliasname_length, 1); in _php_ibase_field_info()
1926 add_assoc_stringl(return_value, "relation", var->relname, var->relname_length, 1); in _php_ibase_field_info()
1930 add_assoc_stringl(return_value, "length", buf, len, 1); in _php_ibase_field_info()
1949 add_assoc_stringl(return_value, "type", s, len, 1); in _php_ibase_field_info()
/PHP-5.4/main/streams/
H A Dmemory.c643 add_assoc_stringl(meta, "mediatype", path, mlen, 1); in php_stream_url_wrap_rfc2397()
647 add_assoc_stringl(meta, "mediatype", path, plen, 1); in php_stream_url_wrap_rfc2397()
/PHP-5.4/ext/pcre/
H A Dphp_pcre.c721 add_assoc_stringl(result_set, subpat_names[i], (char *)stringlist[i], in php_pcre_match_impl()
740 add_assoc_stringl(subpats, subpat_names[i], (char *)stringlist[i], in php_pcre_match_impl()
870add_assoc_stringl(subpats, subpat_names[i], &subject[offsets[i<<1]] , offsets[(i<<1)+1] - offsets[… in preg_do_repl_func()
1396 add_assoc_stringl(return_value, string_key, result, result_len, 0); in preg_replace_impl()
/PHP-5.4/ext/posix/
H A Dposix.c1230 add_assoc_stringl(return_value, soft, UNLIMITED_STRING, sizeof(UNLIMITED_STRING)-1, 1); in posix_addlimit()
1236 add_assoc_stringl(return_value, hard, UNLIMITED_STRING, sizeof(UNLIMITED_STRING)-1, 1); in posix_addlimit()
/PHP-5.4/ext/openssl/
H A Dopenssl.c621 add_assoc_stringl(subitem, sname, (char *)to_add, to_add_len, 1); in add_assoc_name_entry()
633 add_assoc_stringl(val, key, (char *)str->data, str->length, 1); in add_assoc_asn1_string()
1594 add_assoc_stringl(subitem, extname, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
1606 add_assoc_stringl(subitem, extname, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
3057 add_assoc_stringl(_type, #_name, str, len, 0); \
3381 add_assoc_stringl(return_value, "key", pbio, pbio_len, 1); in PHP_FUNCTION()
/PHP-5.4/ext/phar/
H A Dphar_object.c3175add_assoc_stringl(return_value, "hash", phar_obj->arc.archive->signature, phar_obj->arc.archive->s…
3178 add_assoc_stringl(return_value, "hash_type", "MD5", 3, 1);
3181 add_assoc_stringl(return_value, "hash_type", "SHA-1", 5, 1);
3184 add_assoc_stringl(return_value, "hash_type", "SHA-256", 7, 1);
3187 add_assoc_stringl(return_value, "hash_type", "SHA-512", 7, 1);
3190 add_assoc_stringl(return_value, "hash_type", "OpenSSL", 7, 1);
3194 add_assoc_stringl(return_value, "hash_type", unknown, unknown_len, 0);
/PHP-5.4/ext/xml/
H A Dxml.c795 add_assoc_stringl(args[2], att, val, val_len, 0); in _xml_startElementHandler()
833 add_assoc_stringl(atr,att,val,val_len,0); in _xml_startElementHandler()
/PHP-5.4/ext/intl/locale/
H A Dlocale_methods.c737 add_assoc_stringl( return_value, (char *)kw_key, kw_value , kw_value_len, 0); in PHP_FUNCTION()
/PHP-5.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c335 if(id) return add_assoc_stringl(list, id, string, length, duplicate);
/PHP-5.4/main/
H A Doutput.c1201 add_assoc_stringl(entry, "name", handler->name, handler->name_len, 1); in php_output_handler_status()
/PHP-5.4/Zend/
H A Dzend_API.h389 #define add_assoc_stringl(__arg, __key, __str, __length, __duplicate) add_assoc_stringl_ex(__arg, _… macro
/PHP-5.4/ext/exif/
H A Dexif.c1994 add_assoc_stringl(tmpi, name, "", 0, 1); in add_assoc_image_info()
1996 add_assoc_stringl(tmpi, name, info_value->s, info_data->length, 1); in add_assoc_image_info()
/PHP-5.4/ext/mssql/
H A Dphp_mssql.c1540 add_assoc_stringl(return_value, result->fields[i].name, data, data_len, 1);
/PHP-5.4/ext/pgsql/
H A Dpgsql.c2665 add_assoc_stringl(return_value, field_name, data, data_len, should_copy);
6576 add_assoc_stringl(row, field_name, data, data_len, 0);
/PHP-5.4/ext/ldap/
H A Dldap.c2654 add_assoc_stringl(return_value, "value", ctrl.ldctl_value.bv_val, ctrl.ldctl_value.bv_len, 1); in PHP_FUNCTION()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c5307 add_assoc_stringl(retval, ini_entry->name, ini_entry->value, ini_entry->value_length, 1); in _addinientry()
5435 add_assoc_stringl(return_value, dep->name, relation, len, 0); in ZEND_METHOD()
/PHP-5.4/ext/imap/
H A Dphp_imap.c796add_assoc_stringl(IMAPG(imap_acl_list), alist->identifier, alist->rights, strlen(alist->rights), 1… in mail_getacl()

Completed in 494 milliseconds