Home
last modified time | relevance | path

Searched refs:len (Results 426 – 450 of 496) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c323 int len = spprintf(&p, 0, "%.*H", (int) EG(precision), Z_DVAL_P(param->parameter)); in really_register_bound_param() local
324 ZVAL_STRINGL(param->parameter, p, len, 0); in really_register_bound_param()
601 size_t len; in fetch_value() local
602 len = php_stream_copy_to_mem((php_stream*)value, &buf, PHP_STREAM_COPY_ALL, 0); in fetch_value()
606 ZVAL_STRINGL(dest, buf, len, 0); in fetch_value()
2163 uint len; in PHP_METHOD() local
2167 res = zend_hash_get_current_key_ex(stmt->bound_params, &str, &len, &num, 0, &pos); in PHP_METHOD()
2171 php_stream_printf(out TSRMLS_CC, "Key: Name: [%d] %.*s\n", len, len, str); in PHP_METHOD()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.h102 short int len; member
H A Dtestu.c25 static void uconv(char* from, char* to, int len) in uconv() argument
33 for (i = 0; i < len; i += 2) { in uconv()
H A Dregint.h570 #define GET_LENGTH_INC(len,p) PLATFORM_GET_INC(len, p, LengthType) argument
/PHP-5.5/main/
H A DSAPI.h205 SAPI_API size_t sapi_apply_default_charset(char **mimetype, size_t len TSRMLS_DC);
/PHP-5.5/
H A D.gdbinit125 ____print_str $zvalue->value.str.val $zvalue->value.str.len
253 printf "string(%d): ", $zvalue->value.str.len
254 ____print_str $zvalue->value.str.val $zvalue->value.str.len
/PHP-5.5/ext/zlib/
H A Dzlib.c357 static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char **buf, size_t *len) in php_zlib_inflate_rounds() argument
363 *len = 0; in php_zlib_inflate_rounds()
392 *len = buffer.used; in php_zlib_inflate_rounds()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c2163 ZEND_ARG_INFO(0, len)
2170 ZEND_ARG_INFO(0, len)
4255 int argc = 0, options_len = 0, len, o; local
4313 len = parse_opts(options, &opts);
4325 opts += len;
4345 len = strlen(opts->opt_name);
4346 if ((len > 0) && (opts->opt_name[len - 1] == ':')) {
4348 opts->opt_name[len - 1] = '\0';
4349 if ((len > 1) && (opts->opt_name[len - 2] == ':')) {
4351 opts->opt_name[len - 2] = '\0';
[all …]
/PHP-5.5/ext/soap/
H A Dphp_xml.c72 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace() argument
H A Dphp_encoding.c431 if (zend_hash_find(SOAP_GLOBAL(typemap), nscat.c, nscat.len + 1, (void**)&new_enc) == SUCCESS) { in master_to_xml_int()
522 if (zend_hash_find(SOAP_GLOBAL(typemap), nscat.c, nscat.len + 1, (void**)&new_enc) == SUCCESS) { in master_to_xml_int()
557 if (zend_hash_find(SOAP_GLOBAL(typemap), nscat.c, nscat.len + 1, (void**)&new_enc) == SUCCESS) { in master_to_zval_int()
2533 while (i < array_size.len) { in to_xml_array()
2817 xmlNodeSetContentLen(key, BAD_CAST(tmp.c), tmp.len); in to_xml_map()
3122 if (list.len != 0) { in to_xml_list()
3134 xmlNodeSetContentLen(ret, BAD_CAST(list.c), list.len); in to_xml_list()
3161 if (list.len != 0) { in to_xml_list()
3174 xmlNodeSetContentLen(ret, BAD_CAST(list.c), list.len); in to_xml_list()
3543 prefix.len = 0; in encode_add_ns()
[all …]
H A Dphp_schema.c62 if (zend_hash_find(sdl->encoders, nscat.c, nscat.len + 1, (void**)&enc_ptr) == SUCCESS) { in create_encoder()
83 zend_hash_update(sdl->encoders, nscat.c, nscat.len + 1, &enc, sizeof(encodePtr), NULL); in create_encoder()
1125 …if (zend_hash_add(sdl->groups, key.c, key.len+1, (void**)&newType, sizeof(sdlTypePtr), NULL) != SU… in schema_group()
1563 if (zend_hash_add(addHash, key.c, key.len + 1, &newType, sizeof(sdlTypePtr), NULL) != SUCCESS) { in schema_element()
1795 …if (zend_hash_add(addHash, key.c, key.len + 1, &newAttr, sizeof(sdlAttributePtr), NULL) != SUCCESS… in schema_attribute()
1884 …zend_hash_add(newAttr->extraAttributes, key2.c, key2.len + 1, &ext, sizeof(sdlExtraAttributePtr), … in schema_attribute()
1975 …if (zend_hash_add(ctx->attributeGroups, key.c, key.len + 1, &newType, sizeof(sdlTypePtr), NULL) !=… in schema_attributeGroup()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp420 int32_t len = u_sprintf(temp, "%u", (uint32_t)num_index); in umsg_format_helper() local
421 key.append(temp, len); in umsg_format_helper()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt112 function func_mysqli_stmt_bind_make_string($len) {
115 for ($i = 0; $i < $len; $i++)
H A Dmysqli_fetch_array_oo.phpt135 function func_mysqli_fetch_array_make_string($len) {
138 for ($i = 0; $i < $len; $i++)
H A Dmysqli_stmt_bind_result.phpt154 function func_mysqli_stmt_bind_make_string($len) {
157 for ($i = 0; $i < $len; $i++)
/PHP-5.5/Zend/
H A Dzend_vm_gen.php1071 $len = strlen($op);
1075 if ($len > $max_opcode_len) {
1076 $max_opcode_len = $len;
H A Dzend_API.c3582 int len = strlen(value); in zend_declare_property_string() local
3586 ZVAL_STRINGL(property, zend_strndup(value, len), len, 0); in zend_declare_property_string()
3589 ZVAL_STRINGL(property, value, len, 1); in zend_declare_property_string()
3984 ZEND_API const char* zend_find_alias_name(zend_class_entry *ce, const char *name, zend_uint len) /*… in zend_find_alias_name() argument
3991 if (alias->alias_len == len && in zend_find_alias_name()
4022 uint len; in zend_resolve_method_name() local
4025 …if (zend_hash_get_current_key_ex(function_table, &name, &len, &idx, 0, &iterator) != HASH_KEY_IS_S… in zend_resolve_method_name()
4028 --len; in zend_resolve_method_name()
4029 if (len == strlen(f->common.function_name) && in zend_resolve_method_name()
4030 !strncasecmp(name, f->common.function_name, len)) { in zend_resolve_method_name()
[all …]
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c291 static char *pdo_mysql_last_insert_id(pdo_dbh_t *dbh, const char *name, unsigned int *len TSRMLS_DC) in pdo_mysql_last_insert_id()
296 *len = strlen(id); in pdo_mysql_last_insert_id()
/PHP-5.5/ext/gd/libgd/
H A Dgd.h387 int (*source) (void *context, char *buffer, int len);
627 int (*sink) (void *context, const char *buffer, int len);
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c532 static inline void add_offset_pair(zval *result, char *str, int len, int offset, char *name) in add_offset_pair() argument
541 add_next_index_stringl(match_pair, str, len, 1); in add_offset_pair()
948 code.c[code.len-1] = *walk++; in preg_do_eval()
988 …if (zend_eval_stringl(code.c, code.len, &retval, compiled_string_description TSRMLS_CC) == FAILURE… in preg_do_eval()
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c1059 if (tmp_str.len) {
1069 if (tmp_str.len) {
1074 if (tmp_str.len) {
/PHP-5.5/ext/hash/
H A Dhash.c786 int len; in mhash_init() local
795 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name, strlen(algorithm.mhash_name)); in mhash_init()
796 …zend_register_long_constant(buf, len + 1, algorithm.value, CONST_CS | CONST_PERSISTENT, module_num… in mhash_init()
/PHP-5.5/ext/imap/
H A Dphp_imap.c2334 unsigned long len; in PHP_FUNCTION() local
2359 RETVAL_STRINGL(body, len, 1); in PHP_FUNCTION()
2374 unsigned long len; in PHP_FUNCTION() local
2393 body = mail_fetch_mime(imap_le_struct->imap_stream, msgno, sec, &len, (argc == 4 ? flags : NIL)); in PHP_FUNCTION()
2399 RETVAL_STRINGL(body, len, 1); in PHP_FUNCTION()
4316 int len = strlen(string); in _php_rfc822_soutr() local
4318 smart_str_appendl(ret, string, len); in _php_rfc822_soutr()
4350 int len; in _php_rfc822_len() local
4360 len = strlen(str) + 2; in _php_rfc822_len()
4367 len++; in _php_rfc822_len()
[all …]
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c222 static char *pdo_sqlite_last_insert_id(pdo_dbh_t *dbh, const char *name, unsigned int *len TSRMLS_D… in pdo_sqlite_last_insert_id()
228 *len = strlen(id); in pdo_sqlite_last_insert_id()
/PHP-5.5/ext/dom/
H A Delement.c284 int len; in dom_get_dom1_attribute() local
287 nqname = xmlSplitQName3(name, &len); in dom_get_dom1_attribute()
290 xmlChar *prefix = xmlStrndup(name, len); in dom_get_dom1_attribute()

Completed in 212 milliseconds

1...<<11121314151617181920