Home
last modified time | relevance | path

Searched defs:size (Results 51 – 75 of 171) sorted by last modified time

1234567

/PHP-5.5/ext/soap/
H A Dsoap.c1499 int num_params = 0, size, i, call_status = 0; local
2069 int size; local
/PHP-5.5/ext/shmop/
H A Dphp_shmop.h48 int size; member
H A Dshmop.c159 long key, mode, size; in PHP_FUNCTION() local
/PHP-5.5/ext/readline/
H A Dreadline_cli.c589 size_t size = 4096, pos = 0, len; in readline_shell_run() local
/PHP-5.5/ext/phar/
H A Dzip.c170 long size; in phar_parse_zipfile() local
H A Dpharzip.h137 char size[2]; member
142 char size[2]; /* TSize Short total data size for this block */ member
177 char size[2]; /* size of data 2 bytes */ member
H A Dtar.c211 php_uint32 sum1, sum2, size, old; in phar_parse_tarfile() local
H A Dtar.h46 char size[12]; /* length of file in bytes */ member
70 char size[12]; /* length of file in bytes */ member
H A Dfunc_interceptors.c234 int size = 0; in PHAR_FUNC() local
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c1264 void *instruction, sljit_si size) in sljit_emit_op_custom()
H A DsljitNativePPC_common.c1672 void *instruction, sljit_si size) in sljit_emit_op_custom()
H A DsljitNativeSPARC_common.c930 void *instruction, sljit_si size) in sljit_emit_op_custom()
H A DsljitNativeTILEGX-encoder.c8371 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) argument
H A DsljitNativeTILEGX_64.c2555 void *instruction, sljit_si size) in sljit_emit_op_custom()
H A DsljitNativeX86_32.c70 sljit_si size; in sljit_emit_enter() local
210 sljit_si size; in sljit_emit_return() local
274 static sljit_ub* emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size, in emit_x86_instruction()
H A DsljitNativeX86_64.c94 sljit_si i, tmp, size, saved_register_size; in sljit_emit_enter() local
258 sljit_si i, tmp, size; in sljit_emit_return() local
346 static sljit_ub* emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size, in emit_x86_instruction()
H A DsljitNativeX86_common.c726 sljit_si size; in sljit_emit_op0() local
2241 void *instruction, sljit_si size)
H A DsljitConfigInternal.h206 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument
535 #define SLJIT_MALLOC_EXEC(size) sljit_malloc_exec(size) argument
H A DsljitExecAllocator.c84 static SLJIT_INLINE void* alloc_chunk(sljit_uw size) in alloc_chunk()
89 static SLJIT_INLINE void free_chunk(void* chunk, sljit_uw size) in free_chunk()
97 static SLJIT_INLINE void* alloc_chunk(sljit_uw size) in alloc_chunk()
114 static SLJIT_INLINE void free_chunk(void* chunk, sljit_uw size) in free_chunk()
128 sljit_uw size; member
136 sljit_uw size; member
144 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) argument
150 static SLJIT_INLINE void sljit_insert_free_block(struct free_block *free_block, sljit_uw size) in sljit_insert_free_block()
175 SLJIT_API_FUNC_ATTRIBUTE void* sljit_malloc_exec(sljit_uw size) in sljit_malloc_exec()
H A DsljitLir.c486 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf()
505 static void* ensure_abuf(struct sljit_compiler *compiler, sljit_uw size) in ensure_abuf()
524 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_si size) in sljit_alloc_memory()
1131 void *instruction, sljit_si size) in check_sljit_emit_op_custom()
1730 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_si size) in sljit_alloc_memory()
1866 void *instruction, sljit_si size) in sljit_emit_op_custom()
H A DsljitLir.h281 sljit_uw size; member
325 sljit_uw size; member
H A DsljitNativeARM_32.c563 sljit_uw size; in sljit_generate_code() local
832 sljit_si size, i, tmp; in sljit_emit_enter() local
873 sljit_si size; in sljit_set_context() local
1987 void *instruction, sljit_si size) in sljit_emit_op_custom()
H A DsljitNativeARM_64.c1528 void *instruction, sljit_si size) in sljit_emit_op_custom()
H A DsljitNativeARM_T2_32.c1134 sljit_si size, i, tmp; in sljit_emit_enter() local
1179 sljit_si size; in sljit_set_context() local
1539 void *instruction, sljit_si size) in sljit_emit_op_custom()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c55 #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size) argument
1066 int space, size, bracketlen; in set_private_data_ptrs() local
1549 int size; in get_private_data_copy_length() local
1676 int count, size; in copy_private_data() local
2127 static SLJIT_INLINE void free_stack(compiler_common *common, int size) in free_stack()
5866 int size; in compile_charn_matchingpath() local
5929 #define PUSH_BACKTRACK(size, ccstart, error) \ argument
5942 #define PUSH_BACKTRACK_NOVALUE(size, ccstart) \ argument
8249 int size; in compile_then_trap_matchingpath() local
9450 int size; in compile_then_trap_backtrackingpath() local
[all …]

Completed in 189 milliseconds

1234567