Home
last modified time | relevance | path

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

1...<<2122

/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c455 sljit_ub len; in sljit_generate_code() local
478 len = *buf_ptr++; in sljit_generate_code()
479 if (len > 0) { in sljit_generate_code()
481 SLJIT_MEMMOVE(code_ptr, buf_ptr, len); in sljit_generate_code()
482 code_ptr += len; in sljit_generate_code()
483 buf_ptr += len; in sljit_generate_code()
/PHP-5.6/ext/oci8/
H A Dphp_oci8_int.h442 sb4 php_oci_lob_callback(dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_bu…
/PHP-5.6/ext/standard/tests/strings/
H A Dstrncasecmp_variation6.phpt5 /* Prototype : int strncasecmp ( string $str1, string $str2, int $len );
H A Dstrncmp_variation6.phpt5 /* Prototype : int strncmp ( string $str1, string $str2, int $len );
/PHP-5.6/ext/ldap/
H A Dldap.c597 interact->len = strlen(interact->result); in _php_sasl_interact()
2648 size_t len = 0; in php_ldap_do_escape() local
2651 len += (map[(unsigned char) value[i]]) ? 3 : 1; in php_ldap_do_escape()
2654 (*result) = (char *) safe_emalloc_string(1, len, 1); in php_ldap_do_escape()
2655 (*resultlen) = len; in php_ldap_do_escape()
/PHP-5.6/ext/mysqli/
H A Dmysqli_api.c44 if (str->len) { in mysqli_tx_cor_options_to_string()
49 if (str->len) { in mysqli_tx_cor_options_to_string()
56 if (str->len) { in mysqli_tx_cor_options_to_string()
61 if (str->len) { in mysqli_tx_cor_options_to_string()
/PHP-5.6/ext/com_dotnet/
H A Dcom_saproxy.c324 static union _zend_function *saproxy_method_get(zval **object, const char *name, int len, const zen… in saproxy_method_get() argument
/PHP-5.6/
H A Drun-tests.php2311 $len = strlen($value);
2313 if ($value{$len - 1} == '"') {
2315 $value{$len - 1} = "'";
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
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3211 if (len == 255) in add_prefix_byte()
3214 if (len == 0) in add_prefix_byte()
3231 len++; in add_prefix_byte()
3232 bytes[len] = byte; in add_prefix_byte()
3233 bytes[0] = len; in add_prefix_byte()
3318 len = 1; in scan_prefix()
3486 len = 1; in scan_prefix()
3510 len_save = len; in scan_prefix()
3549 len--; in scan_prefix()
3558 while (len > 0); in scan_prefix()
[all …]
/PHP-5.6/main/streams/
H A Dmemory.c24 PHPAPI int php_url_decode(char *str, int len);
/PHP-5.6/ext/xmlwriter/
H A Dphp_xmlwriter.c688 static int php_xmlwriter_streams_IO_write(void *context, const char *buffer, int len) in php_xmlwriter_streams_IO_write() argument
691 return php_stream_write((php_stream*)context, buffer, len); in php_xmlwriter_streams_IO_write()
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in146 ; listen queue len - the size of the socket queue of pending connections;
164 ; listen queue len: 42
H A Dphp-fpm.conf.in280 ; listen queue len - the size of the socket queue of pending connections;
298 ; listen queue len: 42
/PHP-5.6/Zend/
H A Dzend.h327 int len; member
H A Dzend_vm_execute.h682 tmp->value.str.len = 0; in ZEND_INIT_STRING_SPEC_HANDLER()
4210 ulong hash_value = zend_inline_hash_func(varname->value.str.val, varname->value.str.len+1); in ZEND_UNSET_VAR_SPEC_CONST_CONST_HANDLER()
5991 ulong hash_value = zend_inline_hash_func(varname->value.str.val, varname->value.str.len+1); in ZEND_UNSET_VAR_SPEC_CONST_VAR_HANDLER()
6714 ulong hash_value = zend_inline_hash_func(varname->value.str.val, varname->value.str.len+1); in ZEND_UNSET_VAR_SPEC_CONST_UNUSED_HANDLER()
9553 ulong hash_value = zend_inline_hash_func(varname->value.str.val, varname->value.str.len+1); in ZEND_UNSET_VAR_SPEC_TMP_CONST_HANDLER()
11292 ulong hash_value = zend_inline_hash_func(varname->value.str.val, varname->value.str.len+1); in ZEND_UNSET_VAR_SPEC_TMP_VAR_HANDLER()
11890 ulong hash_value = zend_inline_hash_func(varname->value.str.val, varname->value.str.len+1); in ZEND_UNSET_VAR_SPEC_TMP_UNUSED_HANDLER()
16228 ulong hash_value = zend_inline_hash_func(varname->value.str.val, varname->value.str.len+1); in ZEND_UNSET_VAR_SPEC_VAR_CONST_HANDLER()
20852 ulong hash_value = zend_inline_hash_func(varname->value.str.val, varname->value.str.len+1); in ZEND_UNSET_VAR_SPEC_VAR_VAR_HANDLER()
22295 ulong hash_value = zend_inline_hash_func(varname->value.str.val, varname->value.str.len+1); in ZEND_UNSET_VAR_SPEC_VAR_UNUSED_HANDLER()
[all …]
H A Dzend_compile.h733 ZEND_API size_t zend_dirname(char *path, size_t len);
H A Dzend_operators.h445 #define Z_STRLEN(zval) (zval).value.str.len
H A Dzend_vm_def.h2303 tmp->value.str.len = 0;
4162 ulong hash_value = zend_inline_hash_func(varname->value.str.val, varname->value.str.len+1);
4165 …cute_data, target_symbol_table, varname->value.str.val, varname->value.str.len+1, hash_value TSRML…
4220 zend_delete_global_variable_ex(offset->value.str.val, offset->value.str.len, hval TSRMLS_CC);
4664 …if (zend_hash_find(target_symbol_table, varname->value.str.val, varname->value.str.len+1, (void **…
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_ps.c776 unsigned long len = Z_STRLEN_P(current_row[i]); in mysqlnd_stmt_fetch_row_buffered() local
777 if (meta->fields[i].max_length < len) { in mysqlnd_stmt_fetch_row_buffered()
778 meta->fields[i].max_length = len; in mysqlnd_stmt_fetch_row_buffered()
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt96 $elements = array('flags', 'table', 'name', 'len', 'precision', 'pdo_type');
/PHP-5.6/ext/gd/libgd/
H A Dgd.c1618 int len = 0; in strlen16() local
1621 len++; in strlen16()
1623 return len; in strlen16()
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c17248 size_t len; in sqlite3MemInit() local
31891 int len;
31932 int i, len;
42882 || len==0
42901 len = 0;
67782 u32 len;
92363 int len;
96524 int len;
96692 int len;
96713 len = 0;
[all …]
/PHP-5.6/ext/spl/
H A Dspl_observer.c799 RETURN_STRINGL(buf.c, buf.len, 0); in SPL_METHOD()
H A Dspl_dllist.c1175 RETURN_STRINGL(buf.c, buf.len, 0); in SPL_METHOD()

Completed in 521 milliseconds

1...<<2122