Home
last modified time | relevance | path

Searched defs:n (Results 101 – 125 of 235) sorted by relevance

12345678910

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c309 int i, n; in bitset_on_num() local
323 int i, n; in print_compiled_byte_code() local
739 int n, i; in history_tree_add_child() local
1515 unsigned int n; in stack_double() local
2265 int n, r; in make_capture_history_tree() local
4217 int r, n, i; in regset_search_body_position_lead() local
4382 int n; in regset_search_body_regex_lead() local
5577 int n; in onig_scan() local
5653 int i, n; in onig_number_of_capture_histories() local
6088 int n; in onig_get_used_stack_size_in_callout() local
[all …]
H A Dregerror.c343 int n, need, len; in onig_snprintf_with_pattern() local
H A Dutf8.c104 OnigCodePoint n; in mbc_to_code() local
H A Dsjis.c129 OnigCodePoint n; in mbc_to_code() local
H A Deuc_jp.c99 OnigCodePoint n; in mbc_to_code() local
H A Dst.c55 #define Calloc(n,s) (char*)xcalloc((n),(s)) argument
583 numhash(n) in numhash() argument
/PHP-7.3/ext/mbstring/
H A Dmb_gpc.c197 size_t n, num, *len_list = NULL; in _php_mb_encoding_handler_ex() local
/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mobile.c253 mbfilter_conv_map_tbl(int c, int *w, const unsigned short map[][3], int n) in mbfilter_conv_map_tbl()
268 mbfilter_conv_r_map_tbl(int c, int *w, const unsigned short map[][3], int n) in mbfilter_conv_r_map_tbl()
H A Dmbfilter_sjis_mac.c136 int i, j, n; in mbfl_filt_conv_sjis_mac_wchar() local
/PHP-7.3/ext/dba/libcdb/
H A Dcdb.c49 unsigned int n; in cdb_match() local
/PHP-7.3/Zend/
H A Dzend_gc.c697 int n; in gc_scan_black() local
819 int n; in gc_mark_grey() local
1012 int n; in gc_scan() local
1177 int n; in gc_collect_white() local
1379 int n; in gc_remove_nested_data_from_buffer() local
H A Dzend_stack.c23 #define ZEND_STACK_ELEMENT(stack, n) ((void *)((char *) (stack)->elements + (stack)->size * (n))) argument
H A Dzend_strtod.c525 #define ACQUIRE_DTOA_LOCK(n) /*nothing*/ argument
526 #define FREE_DTOA_LOCK(n) /*nothing*/ argument
1024 int i, k1, n, n1; local
1738 int n; local
1770 int n, nwds; local
1812 int big, denorm, esign, havedig, k, n, nbits, up, zret; local
2183 int n; local
3640 nrv_alloc(s, rve, n) char *s, **rve; int n; in nrv_alloc() argument
H A Dzend_stream.c154 size_t n; in zend_stream_read() local
H A Dzend_string.h142 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, int per… in zend_string_safe_alloc()
241 static zend_always_inline zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m,… in zend_string_safe_realloc()
H A Dzend_ts_hash.h129 #define ZEND_TS_INIT_SYMTABLE_EX(ht, n, persistent) \ argument
/PHP-7.3/ext/hash/
H A Dhash.c151 size_t n; in php_hash_do_hash() local
279 int n; in php_hash_do_hash_hmac() local
455 zend_long n, toread = 1024; in PHP_FUNCTION() local
484 size_t n; in PHP_FUNCTION() local
/PHP-7.3/ext/standard/
H A Dphp_crypt_r.c117 to64(char *s, int32_t v, int n) in to64()
H A Dversioning.c27 #define sign(n) ((n)<0?-1:((n)>0?1:0)) argument
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_help.c235 int n; in PHPDBG_COMMAND() local
/PHP-7.3/sapi/litespeed/
H A Dlscriu.c396 int n = snprintf(chFullMessage, sizeof(chFullMessage), in LSCRIU_Restored_Error() local
598 int n; in LSCRIU_Init_Env_Parameters() local
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_unix.c41 int n; in fpm_unix_resolve_socket_premissions() local
/PHP-7.3/main/
H A Dphp.h249 # define memcpy(d, s, n) bcopy((s), (d), (n)) argument
252 # define memmove(d, s, n) bcopy ((s), (d), (n)) argument
H A Dfastcgi.c775 int n; in fcgi_listen() local
834 int n; in fcgi_set_allowed_clients() local
923 size_t n = 0; in safe_write() local
960 size_t n = 0; in safe_read() local
1218 int ret, n, rest; in fcgi_read() local
/PHP-7.3/ext/interbase/
H A Dibase_query.c207 unsigned short i, n; in _php_ibase_alloc_array() local
534 unsigned short n; in _php_ibase_bind_array() local
1314 zend_long n; in _php_ibase_var_zval() local
1338 ISC_INT64 n = *(ISC_INT64 *) data, f = scales[-scale]; in _php_ibase_var_zval() local

Completed in 93 milliseconds

12345678910