Home
last modified time | relevance | path

Searched refs:dst (Results 76 – 89 of 89) sorted by relevance

1234

/PHP-7.2/ext/standard/
H A Dcrypt_sha512.c40 extern void * __php_mempcpy(void * dst, const void * src, size_t len);
41 extern char * __php_stpncpy(char *dst, const char *src, size_t len);
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re381 in.begin->dst = 0;
394 in.end->dst = 0;
H A Dparse_iso_intervals.c986 in.begin->dst = 0; in timelib_strtointerval()
999 in.end->dst = 0; in timelib_strtointerval()
H A Dparse_date.c729 *dst = tp->type; in timelib_lookup_abbr()
794 t->dst = 0; in timelib_parse_zone()
802 t->dst = 0; in timelib_parse_zone()
813 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found); in timelib_parse_zone()
21454 s->time->dst = 0; in scan()
21510 s->time->dst = 0; in scan()
24948 in.time->dst = TIMELIB_UNSET; in timelib_strtotime()
25041 in.time->dst = TIMELIB_UNSET; in timelib_parse_from_format()
25204 s->time->dst = 0; in timelib_parse_from_format()
25372 if (parsed->dst == TIMELIB_UNSET) parsed->dst = now->dst != TIMELIB_UNSET ? now->dst : 0; in timelib_fill_holes()
[all …]
H A Dparse_tz.c667 return t->z + (t->dst * 3600); in timelib_get_current_offset()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_auth.c676 mysqlnd_xor_string(char * dst, const size_t dst_len, const char * xor_str, const size_t xor_str_len) in mysqlnd_xor_string() argument
680 dst[i] ^= xor_str[i % xor_str_len]; in mysqlnd_xor_string()
/PHP-7.2/Zend/
H A Dzend_execute.c2170 zval *end, *src, *dst; in i_init_func_execute_data() local
2181 dst = src + (op_array->last_var + op_array->T - first_extra_arg); in i_init_func_execute_data()
2182 if (EXPECTED(src != dst)) { in i_init_func_execute_data()
2185 ZVAL_COPY_VALUE(dst, src); in i_init_func_execute_data()
2188 dst--; in i_init_func_execute_data()
2305 zval *dst = ZEND_CALL_ARG(new_call, 1); in zend_vm_stack_copy_call_frame() local
2307 ZVAL_COPY_VALUE(dst, src); in zend_vm_stack_copy_call_frame()
2310 dst++; in zend_vm_stack_copy_call_frame()
H A Dzend_builtin_functions.c757 static void copy_constant_array(zval *dst, zval *src) /* {{{ */ in copy_constant_array() argument
763 array_init_size(dst, zend_hash_num_elements(Z_ARRVAL_P(src))); in copy_constant_array()
768 new_val = zend_hash_add_new(Z_ARRVAL_P(dst), key, val); in copy_constant_array()
770 new_val = zend_hash_index_add_new(Z_ARRVAL_P(dst), idx, val); in copy_constant_array()
H A Dzend_compile.c3719 HashTable *dst = emalloc(sizeof(HashTable)); in zend_compile_func_in_array() local
3721 zend_hash_init(dst, zend_hash_num_elements(src), NULL, ZVAL_PTR_DTOR, 0); in zend_compile_func_in_array()
3727 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
3729 zend_hash_index_add(dst, Z_LVAL_P(val), &tmp); in zend_compile_func_in_array()
3731 zend_array_destroy(dst); in zend_compile_func_in_array()
3740 zend_array_destroy(dst); in zend_compile_func_in_array()
3744 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
3752 Z_ARRVAL(array.u.constant) = dst; in zend_compile_func_in_array()
H A Dzend_API.c1200 zval *dst = object->properties_table; in object_properties_init() local
1205 ZVAL_DUP(dst, src); in object_properties_init()
1207 ZVAL_COPY(dst, src); in object_properties_init()
1210 dst++; in object_properties_init()
/PHP-7.2/ext/gd/
H A Dgd.c434 ZEND_ARG_INFO(0, dst)
2863 gdImagePtr dst, src; in PHP_FUNCTION() local
2869 if ((dst = (gdImagePtr)zend_fetch_resource(Z_RES_P(dstim), "Image", le_gd)) == NULL) { in PHP_FUNCTION()
2877 gdImagePaletteCopy(dst, src); in PHP_FUNCTION()
4877 gdImagePtr dst; in PHP_FUNCTION() local
4956 if (gdTransformAffineGetImage(&dst, src, pRect, affine) != GD_TRUE) { in PHP_FUNCTION()
4960 if (dst == NULL) { in PHP_FUNCTION()
4963 RETURN_RES(zend_register_resource(dst, le_gd)); in PHP_FUNCTION()
/PHP-7.2/ext/imap/
H A Dphp_imap.c88 char *cpytxt(SIZEDTEXT *dst, char *text, unsigned long size);
90 long utf8_mime2text(SIZEDTEXT *src, SIZEDTEXT *dst);
92 long utf8_mime2text (SIZEDTEXT *src, SIZEDTEXT *dst, long flags);
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c537 #define OP1(op, dst, dstw, src, srcw) \ argument
538 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
539 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \ argument
540 sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w))
555 #define OP_FLAGS(op, dst, dstw, type) \ argument
556 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (type))
557 #define GET_LOCAL_BASE(dst, dstw, offset) \ argument
558 sljit_get_local_base(compiler, (dst), (dstw), (offset))
/PHP-7.2/ext/phar/
H A Dphar_object.c1120 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst) /* {{{ */ in phar_spl_foreign_clone() argument
1122 phar_archive_data *phar_data = (phar_archive_data *) dst->oth; in phar_spl_foreign_clone()

Completed in 182 milliseconds

1234