| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 4763 OnigOptionType save = env->options; local 4766 env->options = save; 4831 OnigOptionType save = env->options; local 4835 env->options = save;
|
| /PHP_TRUNK/TSRM/ |
| H A D | tsrm_virtual_cwd.c | 752 int i, j, save; local 828 save = (use_realpath != CWD_EXPAND); 830 if (start && save && CWDG(realpath_cache_size_limit)) { 850 if (save && (hFind = FindFirstFile(path, &data)) == INVALID_HANDLE_VALUE) { 855 /* continue resolution anyway but don't save result in the cache */ 856 save = 0; 859 if (save) { 866 if(save && 1036 if (save) { 1045 save [all...] |
| /PHP_TRUNK/ext/hash/ |
| H A D | hash_gost.c | 230 php_hash_uint32 data[8], temp = 0, save = 0; local 235 save = context->state[i + 8]; 237 temp = ((context->state[i + 8] < data[i]) || (context->state[i + 8] < save)) ? 1 : 0;
|
| /PHP_TRUNK/ext/pspell/ |
| H A D | pspell.c | 175 ZEND_ARG_INFO(0, save) 411 pspell_config_replace(config, "save-repl", "false"); 743 pspell_config_replace(config, "save-repl", "false"); 883 pspell_config_replace(config, "save-repl", "true"); 895 /* {{{ proto bool pspell_config_save_repl(int conf, bool save) 901 zend_bool save; local 904 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lb", &conf, &save) == FAILURE) { 910 pspell_config_replace(config, "save-repl", save ? "true" : "false");
|
| /PHP_TRUNK/ext/phar/ |
| H A D | dirstream.c | 197 char *entry, *found, *save, *str_key; local 274 save = str_key; 275 save += dirlen + 1; /* seek to just past the path separator */ 277 if (NULL != (found = (char *) memchr(save, '/', keylen - dirlen - 1))) { 279 save -= dirlen + 1; 280 entry = (char *) safe_emalloc(found - save + dirlen, 1, 1); 281 memcpy(entry, save + dirlen + 1, found - save - dirlen - 1); 282 keylen = found - save - dirlen - 1; 286 save [all...] |
| H A D | func_interceptors.c | 686 char *save; local 691 save = PHAR_G(cwd); 701 PHAR_G(cwd) = save; 711 PHAR_G(cwd) = save; 732 PHAR_G(cwd) = save;
|
| H A D | phar.c | 828 char *save = *error; local 830 efree(save); 857 char *save = *error; local 859 efree(save); 884 char *save = *error; local 886 efree(save); 922 char *save = *error; local 924 efree(save); 949 char *save = *error; local 951 efree(save); 2258 char *save; local 3167 char *save = *error; local [all...] |
| H A D | phar_object.c | 1443 char *fname, *error = NULL, *base = p_obj->b, *opened, *save = NULL, *temp = NULL; local 1494 save = str_key; 1544 save = fname; 1573 save = fname; 1591 if (save) { 1592 efree(save); 1604 if (save) { 1605 efree(save); 1621 if (save) { 1622 efree(save); [all...] |
| H A D | tar.c | 105 char save[sizeof(header->checksum)]; local 112 memcpy(save, header->checksum, sizeof(header->checksum)); 115 memcpy(header->checksum, save, sizeof(header->checksum)); 161 size_t save = php_stream_tell(fp), read; local 169 php_stream_seek(fp, save, SEEK_SET); 176 php_stream_seek(fp, save, SEEK_SET); 190 php_stream_seek(fp, save, SEEK_SET); 290 char *save = *error; local 291 spprintf(error, 4096, "phar error: tar-based phar \"%s\" signature cannot be verified: %s", fname, save); 292 efree(save); 1173 char *save = *error; local [all...] |
| H A D | util.c | 998 /* save the new offset location within ufp */ 1214 char *my_realpath, *save; local 1289 save = fname; 1345 if (SUCCESS == zend_hash_quick_find(&(PHAR_GLOBALS->phar_alias_map), save, save_len, fhash, (void**)&fd_ptr)) { 1357 if (PHAR_G(manifest_cached) && SUCCESS == zend_hash_quick_find(&cached_alias, save, save_len, fhash, (void**)&fd_ptr)) {
|
| H A D | zip.c | 302 #define PHAR_ZIP_FAIL_FREE(errmsg, save) \ 324 efree(save); \ 440 char *save; local 442 spprintf(&save, 4096, "signature cannot be verified: %s", *error); 444 PHAR_ZIP_FAIL_FREE(save, save); 1116 char *save = *(pass->error); local 1117 spprintf(pass->error, 0, "phar error: unable to write signature to zip-based phar: %s", save); 1118 efree(save); 1370 /* save modifie [all...] |
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_wireprotocol.c | 1669 zend_uchar save = *(p + len); local 1705 *(p + len) = save; 1707 zend_uchar save = *(p + len); local 1711 *(p + len) = save;
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_execute_API.c | 508 char *save = actual, *slash; local 530 if (save[0] == '\\') { 531 save++; 534 zend_error(E_ERROR, "Undefined constant '%s'", save); 536 save--; 538 if (inline_change && !IS_INTERNED(save)) { 539 efree(save); 541 save = NULL; 543 if (inline_change && save && save ! 598 const char *save = str_index; local [all...] |
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 215 ZEND_ARG_INFO(0, save) 1787 zend_bool save; local 1790 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rb", &IM, &save) == FAILURE) { 1795 gdImageSaveAlpha(im, save);
|