Home
last modified time | relevance | path

Searched defs:n (Results 51 – 75 of 221) sorted by relevance

123456789

/php-src/Zend/
H A Dzend_vm_trace_map.h22 #define GEN_MAP(n, name) do { \ argument
H A Dzend_iterators.c73 static HashTable *iter_wrapper_get_gc(zend_object *object, zval **table, int *n) { in iter_wrapper_get_gc()
H A Dzend_weakrefs.c483 HashTable *zend_weakmap_get_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_gc()
495 HashTable *zend_weakmap_get_key_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_key_entry_gc()
510 HashTable *zend_weakmap_get_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_entry_gc()
522 HashTable *zend_weakmap_get_object_key_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_object_key_entry_gc()
557 HashTable *zend_weakmap_get_object_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_object_entry_gc()
H A Dzend_stack.c23 #define ZEND_STACK_ELEMENT(stack, n) ((void *)((char *) (stack)->elements + (stack)->size * (n))) argument
/php-src/ext/ftp/
H A Dftp.c798 socklen_t n; in ftp_pasv() local
1179 int n; in ftp_mdtm() local
1473 int n; in my_send() local
1509 int n, nr_bytes; in my_recv() local
1588 int n; in data_available() local
1611 int n; in data_writeable() local
1635 int n; in my_accept() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm.h163 static int dasm_imm12(unsigned int n) in dasm_imm12()
198 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local
293 int n = D->lglabels[idx]; in dasm_link() local
358 int n = (action >= DASM_ALIGN && action < DASM__MAX) ? *b++ : 0; in dasm_encode() local
H A Ddasm_x86.h192 int n = va_arg(ap, int); in dasm_put() local
219 int *pl, n; in dasm_put() local
296 int n = D->lglabels[idx]; in dasm_link() local
412 int n; in dasm_encode() local
H A Ddasm_ppc.h189 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local
276 int n = D->lglabels[idx]; in dasm_link() local
340 int n = (action >= DASM_ALIGN && action < DASM__MAX) ? *b++ : 0; in dasm_encode() local
H A Ddasm_mips.h189 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local
272 int n = D->lglabels[idx]; in dasm_link() local
336 int n = (action >= DASM_ALIGN && action < DASM__MAX) ? *b++ : 0; in dasm_encode() local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8.c77 static bool mbfilter_conv_map_tbl(int c, int *w, unsigned int n, const unsigned short map[/* n */][… in mbfilter_conv_map_tbl()
88 static bool mbfilter_conv_r_map_tbl(int c, int *w, unsigned int n, const unsigned short map[/* n */… in mbfilter_conv_r_map_tbl()
732 …gned int *state, const unsigned short emoji_map[][3], int (*convert_emoji)(int s, int *snd), int n) in mb_mobile_utf8_to_wchar()
913 … len, mb_convert_buf *buf, bool end, const unsigned short emoji_map[][3], int n, mb_from_wchar_fn … in mb_wchar_to_utf8_kddi()
/php-src/ext/phar/
H A Dmakestub.php12 $n = str_repeat("\n", substr_count($token[1], "\n")); variable
/php-src/sapi/apache2handler/
H A Dphp_functions.c345 int n; in PHP_FUNCTION() local
366 int n, max_requests; in PHP_MINFO_FUNCTION() local
/php-src/ext/standard/
H A Ddir.c343 size_t n; in PHP_FUNCTION() local
459 int n, i; in PHP_FUNCTION() local
H A Dcrypt_sha512.c56 # define SWAP(n) \ argument
66 # define SWAP(n) (n) argument
553 int n = _snprintf(cp, MAX(0, buflen), "%s" ZEND_ULONG_FMT "$", sha512_rounds_prefix, rounds); in php_sha512_crypt_r() local
H A Ddns.c442 #define CHECKCP(n) do { \ argument
453 long n, i; in php_parserr() local
827 int n, qd, an, ns = 0, ar = 0; in PHP_FUNCTION() local
H A Dcrc32.c134 size_t handled = 0, n; in php_crc32_stream_bulk_update() local
H A Dphp_crypt_r.c90 static void to64(char *s, int32_t v, int n) in to64()
H A Dsha1.c67 ssize_t n; in PHP_FUNCTION() local
121 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
/php-src/ext/dba/
H A Ddba_cdb.c215 #define CREAD(n) do { \ argument
233 #define CSEEK(n) do { \ argument
/php-src/ext/mbstring/
H A Dmb_gpc.c177 size_t n, num = 1, *len_list = NULL; in _php_mb_encoding_handler_ex() local
H A Dphp_mbregex.c597 size_t n; in _php_mb_regex_init_options() local
1002 int err, n; in _php_mb_regex_ereg_replace_exec() local
1250 size_t n = ((OnigUChar *)(string + string_len) - chunk_pos); in PHP_FUNCTION() local
1327 size_t n, i, pos, len; in _php_mb_regex_ereg_search_exec() local
1514 size_t n, i, len; in PHP_FUNCTION() local
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c198 int n = (w >> shift) & 0xF; in mbfl_filt_conv_output_hex() local
354 int n = (cp >> shift) & 0xF; in convert_cp_to_hex() local
/php-src/ext/fileinfo/libmagic/
H A Dis_simh.c96 uint32_t n; in getlen() local
/php-src/ext/zend_test/
H A Dobject_handlers.c200 … zend_object* numeric_castable_no_operation_object_create_ex(zend_class_entry* ce, const zval *n) { in numeric_castable_no_operation_object_create_ex()
226 zval *n; in ZEND_METHOD() local
/php-src/ext/dba/libcdb/
H A Dcdb.c47 unsigned int n; in cdb_match() local

Completed in 87 milliseconds

123456789