| /PHP_5_4/ext/ereg/regex/ |
| H A D | engine.c | 44 states tmp; /* temporary */ member in struct:match 117 SETUP(m->tmp); 634 register states tmp = m->tmp; local 693 ASSIGN(tmp, st); 696 st = step(m->g, startst, stopst, tmp, c, st); 725 register states tmp = m->tmp; local 784 ASSIGN(tmp, st); 787 st = step(m->g, startst, stopst, tmp, [all...] |
| /PHP_5_4/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_5_4/main/ |
| H A D | mergesort.c | 244 tmp = *a; *a++ = *s; *s++ = tmp; \ 253 tmp = *bot; *bot++ = *s; *s++ = tmp; \ 267 int i, length, size2, tmp, sense; local 338 u_char *ai, *s, *t, *u, tmp; local
|
| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_events.c | 212 struct fpm_event_queue_s *q, *tmp; local 224 tmp = q; 227 free(tmp); 369 struct timeval tmp; local 399 timersub(&ms, &now, &tmp); 400 timeout = (tmp.tv_sec * 1000) + (tmp.tv_usec / 1000) + 1; 480 struct timeval tmp; local 502 tmp.tv_sec = frequency / 1000; 503 tmp [all...] |
| 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);
|
| /PHP_5_4/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_5_4/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_5_4/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_5_4/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_5_4/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_5_4/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_5_4/ext/date/lib/ |
| H A D | timelib.c | 51 timelib_time *tmp = timelib_time_ctor(); local 52 memcpy(tmp, orig, sizeof(timelib_time)); 54 tmp->tz_abbr = strdup(orig->tz_abbr); 57 tmp->tz_info = orig->tz_info; 59 return tmp; 64 timelib_rel_time *tmp = timelib_rel_time_ctor(); local 65 memcpy(tmp, rel, sizeof(timelib_rel_time)); 66 return tmp; 116 timelib_tzinfo *tmp = timelib_tzinfo_ctor(tz->name); local 117 tmp [all...] |
| /PHP_5_4/ext/simplexml/ |
| H A D | php_simplexml.h | 70 zval *tmp; member in struct:__anon192
|
| /PHP_5_4/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_5_4/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_5_4/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 | http.c | 69 const char *tmp; local 76 zend_unmangle_property_name(key, key_len-1, &tmp, (const char**)&key);
|
| H A D | levenshtein.c | 32 int *p1, *p2, *tmp; local 66 tmp = p1; 68 p2 = tmp;
|
| H A D | type.c | 183 zval **num, *tmp; local 193 tmp = &expr_copy; 194 RETVAL_ZVAL(tmp, 0, 0);
|
| /PHP_5_4/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_5_4/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_5_4/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_5_4/ext/mysqlnd/ |
| H A D | mysqlnd_bt.c | 44 zval tmp, copy; \ 46 ZVAL_UNICODEL(&tmp, val, vallen, 1); \ 47 zend_make_printable_zval(&tmp, ©, &use_copy); \ 50 zval_dtor(&tmp); \ 68 if (zend_ascii_hash_find(ht, key, sizeof(key), (void**)&tmp) == SUCCESS) { \ 69 if (Z_TYPE_PP(tmp) == IS_UNICODE) { \ 72 zend_make_printable_zval(*tmp, ©, &use_copy); \ 76 TRACE_APPEND_STRL(Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); \ 93 * append it and kill the now tmp ar 188 zval tmp; local 223 zval **file, **tmp; local 400 zval **file, **tmp; local [all...] |
| 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 100 register UChar * tmp=key; local [all...] |
| H A D | mysqlnd_statistics.c | 210 char tmp[25]; local 212 sprintf((char *)&tmp, MYSQLND_LLU_SPEC, stats->values[i]); 215 zend_string_to_unicode(UG(utf8_conv), &tstr, &tlen, tmp, strlen(tmp) + 1 TSRMLS_CC); local 220 add_assoc_string_ex(return_value, names[i].s, names[i].l + 1, tmp, 1);
|