Home
last modified time | relevance | path

Searched defs:n (Results 76 – 100 of 235) sorted by relevance

12345678910

/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp866.c114 int s, n; in mbfl_filt_conv_wchar_cp866() local
H A Dmbfilter_koi8r.c114 int s, n; in mbfl_filt_conv_wchar_koi8r() local
H A Dmbfilter_koi8u.c111 int s, n; in mbfl_filt_conv_wchar_koi8u() local
H A Dmbfilter_armscii8.c112 int s, n; in mbfl_filt_conv_wchar_armscii8() local
H A Dmbfilter_euc_jp_win.c110 int c1, s, w, n; in mbfl_filt_conv_eucjpwin_wchar() local
H A Dmbfilter_uuencode.c69 int n; in mbfl_filt_conv_uudec() local
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c291 size_t n; in mbfl_convert_filter_devcat() local
323 int mode_backup, substchar_backup, ret, n, m, r; in mbfl_filt_conv_illegal_output() local
/PHP-7.3/main/
H A Dmergesort.c263 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con… in setup()
334 static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const void *, const void *)) in insertionsort()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregint.h249 #define MEM_STATUS_AT(stats,n) \ argument
251 #define MEM_STATUS_AT0(stats,n) \ argument
256 #define MEM_STATUS_ON(stats,n) do {\ argument
265 #define MEM_STATUS_ON_SIMPLE(stats,n) do {\ argument
270 #define MEM_STATUS_LIMIT_AT(stats,n) \ argument
272 #define MEM_STATUS_LIMIT_ON(stats,n) do {\ argument
383 #define BB_WRITE(buf,pos,bytes,n) do{\ argument
403 #define BB_MOVE_RIGHT(buf,from,to,n) do {\ argument
410 #define BB_MOVE_LEFT(buf,from,to,n) do {\ argument
420 #define BB_INSERT(buf,pos,bytes,n) do {\ argument
[all …]
H A Dregparse.c1122 int i, n, *nums; in onig_name_to_backref_number() local
1172 int n; member
2199 Node* n; in node_new_no_newline() local
2210 Node* n; in node_new_true_anychar() local
2459 Node* n; in node_new_bag_if_else() local
3325 int n; in scan_hexadecimal_number() local
3362 int n; in scan_octal_number() local
3405 OnigCodePoint n; in new_code_range() local
3427 OnigCodePoint n, *data; in add_code_range_to_buf() local
3514 int r, i, n; in not_code_range_buf() local
[all …]
/PHP-7.3/ext/zip/lib/
H A Dzip_source_buffer.c331 zip_uint64_t n, i, fragment_offset; in buffer_read() local
377 zip_uint64_t n, i, fragment_offset; in buffer_write() local
H A Dzip_source_crc.c84 zip_int64_t n; in crc_read() local
/PHP-7.3/ext/phar/
H A Dmakestub.php12 $n = str_repeat("\n", substr_count($token[1], "\n")); variable
/PHP-7.3/sapi/apache2handler/
H A Dphp_functions.c348 int n; in PHP_FUNCTION() local
369 int n, max_requests; in PHP_MINFO_FUNCTION() local
/PHP-7.3/ext/standard/
H A Dcrypt_sha512.c62 # define SWAP(n) \ argument
72 # define SWAP(n) (n) argument
546 int n = _snprintf(cp, MAX(0, buflen), "%s" ZEND_ULONG_FMT "$", sha512_rounds_prefix, rounds); in php_sha512_crypt_r() local
H A Ddir.c434 size_t n; in PHP_FUNCTION() local
561 int n, i; in PHP_FUNCTION() local
H A Ddns.c424 #define CHECKCP(n) do { \ argument
435 long n, i; in php_parserr() local
809 int n, qd, an, ns = 0, ar = 0; in PHP_FUNCTION() local
H A Dsha1.c71 size_t n; in PHP_FUNCTION() local
125 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
H A Dcrypt.c97 static void php_to64(char *s, int n) /* {{{ */ in php_to64()
/PHP-7.3/Zend/
H A Dzend_config.w32.h52 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) argument
H A Dzend_objects_API.h34 #define SET_OBJ_BUCKET_NUMBER(o, n) do { \ argument
/PHP-7.3/ext/dba/
H A Ddba_cdb.c219 #define CREAD(n) do { \ argument
237 #define CSEEK(n) do { \ argument
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dbase64.c77 int c, n; in base64_encode_xmlrpc() local
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c595 size_t n; in _php_mb_regex_init_options() local
1022 int err, eval, n; in _php_mb_regex_ereg_replace_exec() local
1339 size_t n = ((OnigUChar *)(string + string_len) - chunk_pos); in PHP_FUNCTION() local
1414 size_t n, i, pos, len, beg, end; in _php_mb_regex_ereg_search_exec() local
1609 size_t n, i, len, beg, end; in PHP_FUNCTION() local
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_lexer.c24 #define YYFILL(n) argument

Completed in 81 milliseconds

12345678910