Home
last modified time | relevance | path

Searched refs:_tmp (Results 1 – 10 of 10) sorted by relevance

/php-src/win32/
H A Dreaddir.c97 char *_tmp; in readdir() local
110 _tmp = php_win32_cp_conv_w_to_any(dp->fileinfo.cFileName, PHP_WIN32_CP_IGNORE_LEN, &reclen); in readdir()
111 if (!_tmp) { in readdir()
115 memmove(dp->dent.d_name, _tmp, reclen + 1); in readdir()
116 free(_tmp); in readdir()
H A Dioutil.c322 …wchar_t *_tmp = (wchar_t *) malloc((path_len + PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW + 1) * sizeo… in php_win32_ioutil_mkdir_w() local
324 if (!_tmp) { in php_win32_ioutil_mkdir_w()
329 …memmove(_tmp, PHP_WIN32_IOUTIL_LONG_PATH_PREFIXW, PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW * sizeof(… in php_win32_ioutil_mkdir_w()
331 dst = _tmp + PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW; in php_win32_ioutil_mkdir_w()
341 _tmp[path_len] = L'\0'; in php_win32_ioutil_mkdir_w()
343 tmp = _tmp; in php_win32_ioutil_mkdir_w()
603 wchar_t *idx = *buf, canonicalw[MAXPATHLEN], _tmp[MAXPATHLEN], *pos = _tmp; in php_win32_ioutil_normalize_path_w() local
622 if (S_OK != canonicalize_path_w(canonicalw, MAXPATHLEN, _tmp, PATHCCH_ALLOW_LONG_PATHS)) { in php_win32_ioutil_normalize_path_w()
/php-src/TSRM/
H A DTSRM.c289 tsrm_resource_type *_tmp; in ts_allocate_id() local
290 _tmp = (tsrm_resource_type *) realloc(resource_types_table, sizeof(tsrm_resource_type)*id_count); in ts_allocate_id()
291 if (!_tmp) { in ts_allocate_id()
297 resource_types_table = _tmp; in ts_allocate_id()
347 tsrm_resource_type *_tmp; in ts_allocate_fast_id() local
348 _tmp = (tsrm_resource_type *) realloc(resource_types_table, sizeof(tsrm_resource_type)*id_count); in ts_allocate_fast_id()
349 if (!_tmp) { in ts_allocate_fast_id()
355 resource_types_table = _tmp; in ts_allocate_fast_id()
/php-src/ext/gd/tests/
H A Dcreatefromwbmp2.phpt11 $filename = __DIR__ . '/_tmp.wbmp';
H A Dcreatefromwbmp2_extern.phpt11 $filename = __DIR__ . '/_tmp.wbmp';
/php-src/win32/build/
H A Dconfutils.js711 if (!_tmp.match("LNK4039")) {
712 if (_tmp.match(/\d{2,}:\s+([a-z0-9\s]+)/i)) {
1544 _tmp.Close();
1600 var _tmp = src.split("\\");
1602 var filename = _tmp.pop();
1605 var dirname = _tmp.join("\\");
1737 var _tmp = src.split("\\");
1738 var filename = _tmp.pop();
3779 var _tmp = parseInt(PHP_VERBOSITY);
3780 if (0 != _tmp && 1 != _tmp && 2 != _tmp) {
[all …]
H A Dconfig.w32179 var _tmp = execute(cppcheck + " --version").split(/ /)[1];
181 parseInt(_tmp.split(".")[0]),
182 parseInt(_tmp.split(".")[1]),
/php-src/ext/opcache/jit/ir/
H A Dir_private.h1048 ir_ref _tmp = _ref1; \
1050 _ref2 = _tmp; \
1054 ir_insn *_tmp = _insn1; \
1056 _insn2 = _tmp; \
1305 ir_regset _tmp = (set); \
1306 while (!IR_REGSET_IS_EMPTY(_tmp)) { \
1307 reg = ir_regset_pop_first(&_tmp);
/php-src/Zend/
H A Dzend_virtual_cwd.c1394 mode_t _tmp = mode; in virtual_chmod() local
1398 if (_tmp & _S_IREAD) { in virtual_chmod()
1401 if (_tmp & _S_IWRITE) { in virtual_chmod()
/php-src/ext/curl/
H A Dinterface.c132 char _tmp[MAXPATHLEN] = {0}; in php_curl_option_url() local
134 memmove(_tmp, "file:///", sizeof("file:///") - 1); in php_curl_option_url()
135 …memmove(_tmp + sizeof("file:///") - 1, ZSTR_VAL(url) + sizeof("file://") - 1, ZSTR_LEN(url) - size… in php_curl_option_url()
137 return php_curl_option_str(ch, CURLOPT_URL, _tmp, ZSTR_LEN(url) + 1); in php_curl_option_url()

Completed in 49 milliseconds