| /PHP_5_3/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_3/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_3/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_3/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_3/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_3/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_3/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_3/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_3/ext/pdo_dblib/ |
| H A D | dblib_stmt.c | 116 char *tmp = NULL; local 123 spprintf(&tmp, 0, "computed%d", j++); 124 strlcpy(S->cols[i].name, tmp, strlen(tmp)+1); 125 efree(tmp); 133 tmp = estrdup(S->cols[i].source ? S->cols[i].source : ""); 134 S->cols[i].source = tmp; 135 efree(tmp);
|
| /PHP_5_3/ext/simplexml/ |
| H A D | php_simplexml.h | 70 zval *tmp; member in struct:__anon172
|
| /PHP_5_3/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); 199 tmp 263 zval* tmp; local 352 zval *tmp; local 367 add_assoc_zval(return_value, (char*)val->name, tmp); local 385 zval *tmp; local [all...] |
| /PHP_5_3/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_3/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 | exec.c | 64 char *buf, *tmp=NULL; local 176 tmp = php_addslashes(buf, bufl, &len, 0 TSRMLS_CC); 177 RETVAL_STRINGL(tmp, len, 0);
|
| H A D | http.c | 67 char *tmp; local 74 zend_unmangle_property_name(key, key_len-1, &tmp, &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_3/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_3/ext/xsl/ |
| H A D | php_xsl.c | 118 zval *tmp; local 132 zend_hash_copy(intern->std.properties, &class_type->default_properties, (copy_ctor_func_t) zval_property_ctor, (void *) &tmp, sizeof(zval *));
|
| /PHP_5_3/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_3/sapi/apache_hooks/ |
| H A D | sapi_apache.c | 67 char *tmp; local 97 if( (tmp = strstr(handler->name, "::")) != NULL && *(tmp+2) != '\0' ) { 100 *tmp = '\0'; 104 ZVAL_STRING(method, tmp +2, 1); 105 *tmp = ':';
|
| /PHP_5_3/Zend/ |
| H A D | zend_variables.c | 126 zval *tmp; local 136 zend_hash_copy(tmp_ht, original_ht, (copy_ctor_func_t) zval_add_ref, (void *) &tmp, sizeof(zval *));
|
| /PHP_5_3/ext/mysqlnd/ |
| 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 | 212 char tmp[25]; local 214 sprintf((char *)&tmp, MYSQLND_LLU_SPEC, stats->values[i]); 217 zend_string_to_unicode(UG(utf8_conv), &tstr, &tlen, tmp, strlen(tmp) + 1 TSRMLS_CC); local 222 add_assoc_string_ex(return_value, names[i].s, names[i].l + 1, tmp, 1);
|
| /PHP_5_3/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);
|