| /PHP_TRUNK/ext/zip/lib/ |
| H A D | zip_source_pkware.c | 116 zip_uint16_t tmp; 125 tmp = ctx->key[2] | 2; 126 tmp = (tmp * (tmp ^ 1)) >> 8; 127 b ^= tmp; 112 zip_uint16_t tmp; local
|
| /PHP_TRUNK/win32/ |
| H A D | wsyslog.c | 86 char *tmp = NULL; local 108 vspprintf(&tmp, 0, message, args); /* build message */ 110 strs[1] = tmp; /* then the message */ 114 efree(tmp);
|
| /PHP_TRUNK/ext/mbstring/libmbfl/filters/ |
| H A D | mbfilter_htmlent.c | 101 int tmp[64]; local 123 int *p = tmp + sizeof(tmp) / sizeof(tmp[0]);
|
| /PHP_TRUNK/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfl_memory_device.c | 70 unsigned char *tmp; local 74 tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, initsz*sizeof(unsigned char)); 75 if (tmp != NULL) { 76 device->buffer = tmp; 146 unsigned char *tmp; local 149 tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen*sizeof(unsigned char)); 150 if (tmp == NULL) { 154 device->buffer = tmp; 169 unsigned char *tmp; local 172 tmp 194 unsigned char *tmp; local 230 unsigned char *tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen*sizeof(unsigned char)); local 257 unsigned char *tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen*sizeof(unsigned char)); local 284 unsigned char *tmp = (unsigned char *)mbfl_realloc((void *)dest->buffer, newlen*sizeof(unsigned char)); local 336 unsigned int *tmp; local [all...] |
| /PHP_TRUNK/Zend/ |
| H A D | zend_variables.c | 128 zval *tmp; local 138 zend_hash_copy(tmp_ht, original_ht, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *)); 196 zval *tmp; local 206 ALLOC_INIT_ZVAL(tmp); 207 Z_SET_ISREF_P(tmp); 208 zend_hash_quick_add(EG(active_symbol_table), key->arKey, key->nKeyLength, key->h, &tmp, sizeof(zval*), (void**)&p); local 210 tmp = EG(uninitialized_zval_ptr); 216 tmp = *p; 218 ALLOC_INIT_ZVAL(tmp); 219 ZVAL_COPY_VALUE(tmp, * [all...] |
| /PHP_TRUNK/ext/calendar/ |
| H A D | easter.c | 33 long year, golden, solar, lunar, pfm, dom, tmp, easter; local 93 tmp = (4-pfm-dom) % 7; 94 if (tmp < 0) { 95 tmp += 7; 98 easter = pfm + tmp + 1; /* Easter as the number of days after 21st March */
|
| /PHP_TRUNK/ext/com_dotnet/ |
| H A D | com_extension.c | 347 zend_class_entry ce, *tmp; local 370 tmp = zend_register_internal_class_ex(&ce, php_com_variant_class_entry, "variant" TSRMLS_CC); 371 tmp->get_iterator = php_com_iter_get; 378 tmp = zend_register_internal_class_ex(&ce, php_com_variant_class_entry, "variant" TSRMLS_CC); 379 tmp->get_iterator = php_com_iter_get;
|
| /PHP_TRUNK/ext/simplexml/ |
| H A D | php_simplexml.h | 70 zval *tmp; member in struct:__anon191
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_packet_soap.c | 184 xmlNodePtr tmp; local 187 tmp = get_node(fault->children, "faultcode"); 188 if (tmp != NULL && tmp->children != NULL) { 189 faultcode = (char*)tmp->children->content; 192 tmp = get_node(fault->children, "faultstring"); 193 if (tmp != NULL && tmp->children != NULL) { 194 zval *zv = master_to_zval(get_conversion(IS_STRING), tmp TSRMLS_CC); 199 tmp 261 zval* tmp; local 350 zval *tmp; local 365 add_assoc_zval(return_value, (char*)val->name, tmp); local 383 zval *tmp; local [all...] |
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_functions.c | 84 zval *tmp; local 86 if (zend_hash_find(Z_ARRVAL_P(list), pce->name, len+1, (void*)&tmp) == FAILURE) { 87 MAKE_STD_ZVAL(tmp); 88 ZVAL_STRINGL(tmp, pce->name, pce->name_length, 1); 89 zend_hash_add(Z_ARRVAL_P(list), pce->name, len+1, &tmp, sizeof(zval *), NULL); local
|
| /PHP_TRUNK/ext/standard/ |
| H A D | cyr_convert.c | 207 unsigned char tmp; local 263 tmp = (from_table == NULL)? str[i] : from_table[ str[i] ]; 264 str[i] = (to_table == NULL) ? tmp : to_table[tmp + 256];
|
| H A D | levenshtein.c | 32 int *p1, *p2, *tmp; local 66 tmp = p1; 68 p2 = tmp;
|
| H A D | type.c | 197 zval **num, *tmp; local 207 tmp = &expr_copy; 208 RETVAL_ZVAL(tmp, 0, 0);
|
| H A D | http.c | 69 const char *tmp; local 76 zend_unmangle_property_name_ex(key, key_len, &tmp, (const char**)&key, &key_len);
|
| /PHP_TRUNK/ext/sysvmsg/ |
| H A D | sysvmsg.c | 364 zval *tmp = NULL; local 367 MAKE_STD_ZVAL(tmp); 369 if (!php_var_unserialize(&tmp, &p, p + result, &var_hash TSRMLS_CC)) { 373 REPLACE_ZVAL_VALUE(&out_message, tmp, 0); 375 FREE_ZVAL(tmp);
|
| /PHP_TRUNK/main/streams/ |
| H A D | glob_wrapper.c | 214 char *tmp, *pos; local 240 if ((tmp = strrchr(pos, '/')) != NULL) { 241 pos = tmp+1; 244 if ((tmp = strrchr(pos, '\\')) != NULL) { 245 pos = tmp+1; 255 php_glob_stream_path_split(pglob, pglob->glob.gl_pathv[0], 1, &tmp TSRMLS_CC); 257 php_glob_stream_path_split(pglob, path, 1, &tmp TSRMLS_CC);
|
| /PHP_TRUNK/sapi/apache_hooks/ |
| H A D | sapi_apache.c | 67 char *tmp; local 93 if( (tmp = strstr(handler->name, "::")) != NULL && *(tmp+2) != '\0' ) { 96 *tmp = '\0'; 100 ZVAL_STRING(method, tmp +2, 1); 101 *tmp = ':';
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_bt.c | 45 if (zend_hash_find(ht, key, sizeof(key), (void**)&tmp) == SUCCESS) { \ 46 TRACE_APPEND_STRL(Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); \ 63 * append it and kill the now tmp arg. 156 zval **file, **tmp; local 174 if (zend_hash_find(ht, "line", sizeof("line"), (void**)&tmp) == SUCCESS) { 175 line = Z_LVAL_PP(tmp); 190 if (zend_hash_find(ht, "args", sizeof("args"), (void**)&tmp) == SUCCESS) { 192 zend_hash_apply_with_arguments(Z_ARRVAL_PP(tmp) TSRMLS_CC, (apply_func_args_t)mysqlnd_build_trace_args, 2, str, len);
|
| H A D | mysqlnd_result_meta.c | 57 register const char * tmp = key; local 59 if (*tmp=='-') { 60 tmp++; 62 if ((*tmp>='0' && *tmp<='9')) { 66 if (*tmp++=='0' && length>2) { /* don't accept numbers with leading zeros */ 69 while (tmp<end) { 70 if (!(*tmp>='0' && *tmp<='9')) { 73 tmp [all...] |
| H A D | mysqlnd_statistics.c | 206 char tmp[25]; local 208 sprintf((char *)&tmp, MYSQLND_LLU_SPEC, stats->values[i]); 209 add_assoc_string_ex(return_value, names[i].s, names[i].l + 1, tmp, 1);
|
| /PHP_TRUNK/ext/sockets/ |
| H A D | sockaddr_conv.c | 16 struct in6_addr tmp; local 22 if (inet_pton(AF_INET6, string, &tmp)) { 23 memcpy(&(sin6->sin6_addr.s6_addr), &(tmp.s6_addr), sizeof(struct in6_addr)); 64 struct in_addr tmp; local 67 if (inet_aton(string, &tmp)) { 68 sin->sin_addr.s_addr = tmp.s_addr;
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_transform.c | 37 int *px1, *px2, tmp; local 43 tmp = *px1; 45 *px2 = tmp; 51 unsigned char *px1, *px2, tmp; local 57 tmp = *px1; 59 *px2 = tmp;
|
| /PHP_TRUNK/ext/opcache/Optimizer/ |
| H A D | pass3.c | 77 znode_op tmp = opline->op1; variable 79 znode tmp = opline->op1; 85 COPY_NODE(opline->op2, tmp);
|
| /PHP_TRUNK/ext/opcache/ |
| H A D | zend_persist_calc.c | 36 const char *tmp = accel_new_interned_string((str), (len), !IS_INTERNED((str)) TSRMLS_CC); \ 37 if (tmp != (str)) { \ 38 (str) = (char*)tmp; \ 59 const char *tmp = accel_new_interned_string(p->arKey, p->nKeyLength, 0 TSRMLS_CC); local 60 if (tmp != p->arKey) { 61 p->arKey = tmp;
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_log.c | 106 char tmp[129]; local 370 char *tmp = fcgi_get_last_client_ip(); local 371 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp ? tmp : "-"); 391 strftime(tmp, sizeof(tmp) - 1, "%d/%b/%Y:%H:%M:%S %z", localtime(t)); 393 strftime(tmp, sizeof(tmp) - 1, format, localtime(t)); 395 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp);
|