Home
last modified time | relevance | path

Searched refs:len (Results 501 – 519 of 519) sorted by relevance

1...<<21

/PHP-7.0/ext/standard/
H A Dfilters.c1879 static size_t php_dechunk(char *buf, size_t len, php_chunked_filter_data *data) in php_dechunk() argument
1882 char *end = p + len; in php_dechunk()
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c651 static inline void add_offset_pair(zval *result, char *str, int len, int offset, char *name) in add_offset_pair() argument
658 ZVAL_STRINGL(&tmp, str, len); in add_offset_pair()
/PHP-7.0/Zend/
H A Dzend_types.h164 size_t len; member
H A Dzend_vm_execute.h4603 size_t len = ZSTR_LEN(op1_str); local
8639 size_t len = ZSTR_LEN(op1_str); local
10522 size_t len = ZSTR_LEN(op1_str); local
13030 size_t len = 0; local
13061 len += ZSTR_LEN(rope[i]);
14309 size_t len = 0; local
14340 len += ZSTR_LEN(rope[i]);
14826 size_t len = 0; local
14857 len += ZSTR_LEN(rope[i]);
30442 size_t len = ZSTR_LEN(op1_str); local
[all …]
H A Dzend_vm_def.h291 size_t len = ZSTR_LEN(op1_str);
293 str = zend_string_realloc(op1_str, len + ZSTR_LEN(op2_str), 0);
294 memcpy(ZSTR_VAL(str) + len, ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
2830 size_t len = 0; variable
2861 len += ZSTR_LEN(rope[i]);
2864 ZVAL_STR(ret, zend_string_alloc(len, 0));
H A Dzend_API.h542 ZEND_API int zend_set_local_var_str(const char *name, size_t len, zval *value, int force);
/PHP-7.0/ext/gd/libgd/
H A Dgd.c1616 int len = 0; in strlen16() local
1619 len++; in strlen16()
1621 return len; in strlen16()
/PHP-7.0/ext/date/
H A Dphp_date.c44 # define DATE_I64A(i, s, len) _i64toa_s(i, s, len, 10) argument
48 # define DATE_I64A(i, s, len) \ argument
50 int st = snprintf(s, len, "%lld", i); \
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c324 int len = spprintf(&p, 0, "%.*H", (int) EG(precision), Z_DVAL_P(parameter)); in really_register_bound_param() local
325 ZVAL_STRINGL(parameter, p, len); in really_register_bound_param()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_structs.h278 size_t len; member
/PHP-7.0/
H A Dltmain.sh4133 test "$len" -le "$max_cmd_len"; }; then
5595 test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
5617 test "$len" -le "$max_cmd_len"; then
H A Dphp.ini-development487 ; http://php.net/log-errors-max-len
H A Dphp.ini-production487 ; http://php.net/log-errors-max-len
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c1391 size_t len; member
1443 …_globals_str[i] = zend_string_init(jit_auto_globals_info[i].name, jit_auto_globals_info[i].len, 1); in zend_accel_init_auto_globals()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c20498 size_t len; in sqlite3MemInit() local
35797 int len;
35838 int i, len;
47555 len = 0;
73638 u32 len;
73665 if( len>0 ) memcpy(buf, pMem->z, len);
98959 int len;
103317 int len;
103486 int len;
103507 len = 0;
[all …]
/PHP-7.0/ext/date/lib/
H A Dparse_date.c160 unsigned int line, len; member
458 int len = 0; in timelib_get_nr_ex() local
467 while ((**ptr >= '0') && (**ptr <= '9') && len < max_length) { in timelib_get_nr_ex()
469 ++len; in timelib_get_nr_ex()
501 int len = 0; in timelib_get_frac_nr() local
510 …while (((**ptr == '.') || (**ptr == ':') || ((**ptr >= '0') && (**ptr <= '9'))) && len < max_lengt… in timelib_get_frac_nr()
512 ++len; in timelib_get_frac_nr()
826 s->len = 0; in scan()
23845 timelib_time* timelib_strtotime(char *s, size_t len, struct timelib_error_container **errors, const… in timelib_strtotime() argument
23849 char *e = s + len - 1; in timelib_strtotime()
[all …]
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY1710 2003/03/05: [impl] add min-len, max-len, char-len cache in EffectNode.
/PHP-7.0/ext/soap/
H A Dphp_encoding.c286 static zval *soap_hash_str_find_deref(HashTable *ht, const char *str, size_t len) { in soap_hash_str_find_deref() argument
287 zval *zv = zend_hash_str_find(ht, str, len); in soap_hash_str_find_deref()
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic14362 >2 belong x text len %u,
14363 >6 belong x data len %u,
14364 >10 belong x BSS len %u,
14365 >14 belong x symboltab len %u,

Completed in 832 milliseconds

1...<<21