Home
last modified time | relevance | path

Searched defs:len (Results 201 – 225 of 330) sorted by path

12345678910>>...14

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c603 unsigned int len; /* Length of verb name */ member
642 unsigned int len; /* Length of name */ member
2417 check_posix_name(PCRE2_SPTR ptr, int len) in check_posix_name()
7442 int len = (int)(code - previous); in compile_branch() local
7921 int len; in compile_branch() local
H A Dpcre2_convert.c594 int len, class_index; in convert_glob_parse_range() local
H A Dpcre2_extuni.c100 int len = 1; in PRIV() local
H A Dpcre2_internal.h339 #define GETUTF8LEN(c, eptr, len) \ argument
H A Dpcre2_intmodedep.h265 #define GETCHARLEN(c, eptr, len) c = *eptr; argument
329 #define GETCHARLEN(c, eptr, len) \ argument
337 #define GETCHARLENTEST(c, eptr, len) \ argument
427 #define GETUTF16LEN(c, eptr, len) \ argument
434 #define GETCHARLEN(c, eptr, len) \ argument
442 #define GETCHARLENTEST(c, eptr, len) \ argument
507 #define GETCHARLEN(c, eptr, len) \ argument
514 #define GETCHARLENTEST(c, eptr, len) \ argument
H A Dpcre2_jit_compile.c5596 int len, repeat, len_save, consumed = 0; in scan_prefix() local
7093 int i, j, k, len, c; in optimize_class_chars() local
H A Dpcre2_match.c1724 int len = 1; in match() local
1862 int len = 1; in match() local
2088 int len = 1; in match() local
2257 int len = 1; in match() local
4123 int len = 1; in match() local
4139 int len = 1; in match() local
4158 int len = 1; in match() local
4173 int len = 1; in match() local
4188 int len = 1; in match() local
4205 int len = 1; in match() local
[all …]
H A Dpcre2_printint.c215 print_custring_bylen(FILE *f, PCRE2_SPTR ptr, PCRE2_UCHAR len) in print_custring_bylen()
245 size_t len = 0; in get_ucpname() local
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitProtExecAllocatorPosix.c76 size_t len = strlen(dir); in create_tempfile() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h143 #define SLJIT_MEMCPY(dest, src, len) memcpy(dest, src, len) argument
147 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len) argument
151 #define SLJIT_ZEROMEM(dest, len) memset(dest, 0, len) argument
H A DsljitNativeARM_64.c500 static sljit_ins logical_imm(sljit_sw imm, sljit_u32 len) in logical_imm()
H A DsljitNativeS390X.c1458 sljit_uw len = buf->used_size / sizeof(sljit_ins); in sljit_generate_code() local
1543 sljit_uw len = buf->used_size / sizeof(sljit_ins); in sljit_generate_code() local
H A DsljitNativeX86_common.c684 sljit_u8 len; in sljit_generate_code() local
/php-src/ext/pcre/
H A Dphp_pcre.c376 int len = pcre2_config(what, NULL); in PHP_INI_END() local
/php-src/ext/pdo_dblib/
H A Ddblib_driver.c231 size_t len; in dblib_handle_last_id() local
H A Ddblib_stmt.c241 int len; in pdo_dblib_stmt_describe() local
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c690 short len = (short)isc_vax_integer(&result[i+1],2); in firebird_handle_doer() local
H A Dfirebird_statement.c167 short len = (short) isc_vax_integer(&result[i + 1], 2); in pdo_firebird_stmt_execute() local
305 size_t len = 0; in php_firebird_fetch_blob() local
494 size_t len = strftime(buf, sizeof(buf), fmt, &t); in pdo_firebird_stmt_get_col() local
/php-src/ext/pdo_odbc/
H A Dodbc_driver.c424 SQLSMALLINT len; in odbc_handle_check_liveness() local
H A Dodbc_stmt.c175 int len; in odbc_stmt_execute() local
427 int len, amount; in odbc_stmt_param_hook() local
801 SQLSMALLINT len = 0; in odbc_stmt_get_attr() local
H A Dphp_pdo_odbc_int.h153 SQLLEN len; member
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c427 void pdo_libpq_version(char *buf, size_t len) in pdo_libpq_version()
H A Dpgsql_statement.c506 size_t len = PQgetlength(S->result, S->current_row - 1, colno); in pgsql_stmt_get_col() local
/php-src/ext/pgsql/
H A Dpgsql.c382 static bool _php_pgsql_identifier_is_escaped(const char *identifier, size_t len) /* {{{ */ in _php_pgsql_identifier_is_escaped()
465 static void php_libpq_version(char *buf, size_t len) in php_libpq_version()
958 size_t len; in PHP_FUNCTION() local
2658 size_t len; in PHP_FUNCTION() local
3774 size_t len; in PHP_FUNCTION() local
5421 size_t len = dot ? dot - ZSTR_VAL(table) : ZSTR_LEN(table); in build_tablename() local
H A Dphp_pgsql.h169 size_t len; member

Completed in 221 milliseconds

12345678910>>...14