Home
last modified time | relevance | path

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

12

/PHP-5.5/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.5/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.c695 add_assoc_stringl(return_value, n, &input[inputpos], len, 1); in PHP_FUNCTION()
721 add_assoc_stringl(return_value, n, &input[inputpos], len + 1, 1); in PHP_FUNCTION()
745 add_assoc_stringl(return_value, n, &input[inputpos], len, 1); in PHP_FUNCTION()
788 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.c5369add_assoc_stringl(option, "global_value", ini_entry->orig_value, ini_entry->orig_value_length, 1);
5371 add_assoc_stringl(option, "global_value", ini_entry->value, ini_entry->value_length, 1);
5377 add_assoc_stringl(option, "local_value", ini_entry->value, ini_entry->value_length, 1);
5387 add_assoc_stringl(ini_array, ini_entry->name, ini_entry->value, ini_entry->value_length, 1);
H A Dstring.c1588 add_assoc_stringl(tmp, "basename", ret, ret_len, 0);
1603 add_assoc_stringl(tmp, "extension", ret + idx + 1, ret_len - idx - 1, 1);
1619 add_assoc_stringl(tmp, "filename", ret, idx, 1);
/PHP-5.5/main/streams/
H A Dmemory.c651 add_assoc_stringl(meta, "mediatype", path, mlen, 1); in php_stream_url_wrap_rfc2397()
655 add_assoc_stringl(meta, "mediatype", path, plen, 1); in php_stream_url_wrap_rfc2397()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c744 add_assoc_stringl(result_set, subpat_names[i], (char *)stringlist[i], in php_pcre_match_impl()
763 add_assoc_stringl(subpats, subpat_names[i], (char *)stringlist[i], in php_pcre_match_impl()
895add_assoc_stringl(subpats, subpat_names[i], &subject[offsets[i<<1]] , offsets[(i<<1)+1] - offsets[… in preg_do_repl_func()
1431 add_assoc_stringl(return_value, string_key, result, result_len, 0); in preg_replace_impl()
/PHP-5.5/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.5/ext/opcache/
H A Dzend_accelerator_module.c523add_assoc_stringl(persistent_script_report, "full_path", script->full_path, script->full_path_len,… in accelerator_get_scripts()
530 add_assoc_stringl(persistent_script_report, "last_used", str, len, 1); in accelerator_get_scripts()
/PHP-5.5/ext/phar/
H A Dphar_object.c3096add_assoc_stringl(return_value, "hash", phar_obj->arc.archive->signature, phar_obj->arc.archive->s… in PHP_METHOD()
3099 add_assoc_stringl(return_value, "hash_type", "MD5", 3, 1); in PHP_METHOD()
3102 add_assoc_stringl(return_value, "hash_type", "SHA-1", 5, 1); in PHP_METHOD()
3105 add_assoc_stringl(return_value, "hash_type", "SHA-256", 7, 1); in PHP_METHOD()
3108 add_assoc_stringl(return_value, "hash_type", "SHA-512", 7, 1); in PHP_METHOD()
3111 add_assoc_stringl(return_value, "hash_type", "OpenSSL", 7, 1); in PHP_METHOD()
3115 add_assoc_stringl(return_value, "hash_type", unknown, unknown_len, 0); in PHP_METHOD()
/PHP-5.5/ext/openssl/
H A Dopenssl.c633 add_assoc_stringl(subitem, sname, (char *)to_add, to_add_len, 1); in add_assoc_name_entry()
645 add_assoc_stringl(val, key, (char *)str->data, str->length, 1); in add_assoc_asn1_string()
1609 add_assoc_stringl(subitem, extname, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
1621 add_assoc_stringl(subitem, extname, bio_buf->data, bio_buf->length, 1); in PHP_FUNCTION()
3072 add_assoc_stringl(_type, #_name, str, len, 0); \
3396 add_assoc_stringl(return_value, "key", pbio, pbio_len, 1); in PHP_FUNCTION()
/PHP-5.5/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.5/ext/intl/locale/
H A Dlocale_methods.c735 add_assoc_stringl( return_value, (char *)kw_key, kw_value , kw_value_len, 0); in PHP_FUNCTION()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c335 if(id) return add_assoc_stringl(list, id, string, length, duplicate);
/PHP-5.5/main/
H A Doutput.c1202 add_assoc_stringl(entry, "name", handler->name, handler->name_len, 1); in php_output_handler_status()
/PHP-5.5/Zend/
H A Dzend_API.h391 #define add_assoc_stringl(__arg, __key, __str, __length, __duplicate) add_assoc_stringl_ex(__arg, _… macro
/PHP-5.5/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.5/ext/mssql/
H A Dphp_mssql.c1545 add_assoc_stringl(return_value, result->fields[i].name, data, data_len, 1);
/PHP-5.5/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.5/ext/reflection/
H A Dphp_reflection.c5332 add_assoc_stringl(retval, ini_entry->name, ini_entry->value, ini_entry->value_length, 1); in _addinientry()
5472 add_assoc_stringl(return_value, dep->name, relation, len, 0); in ZEND_METHOD()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2665 add_assoc_stringl(return_value, field_name, data, data_len, should_copy);
6595 add_assoc_stringl(row, field_name, data, data_len, 0);

Completed in 194 milliseconds

12