| /PHP_5_5/win32/ |
| H A D | glob.c | 225 int rv; local 232 if (!globexp2(ptr, pattern, pglob, &rv)) 233 return rv; 245 globexp2(ptr, pattern, pglob, rv) 248 int *rv; 284 *rv = glob0(patbuf, pglob); 332 *rv = globexp1(patbuf, pglob); 343 *rv = 0;
|
| /PHP_5_5/ext/fileinfo/libmagic/ |
| H A D | encoding.c | 71 int rv = 1, ucs_type; local 130 rv = 0; 138 return rv;
|
| H A D | ascmagic.c | 76 int rv = 1; local 90 rv = 0; 92 rv = file_ascmagic_with_encoding(ms, buf, nbytes, ubuf, ulen, code, 97 return rv; 107 int rv = -1; local 133 rv = 0; 149 if ((rv = file_softmagic(ms, utf8_buf, 151 rv = -1; 192 rv = 0; 298 rv [all...] |
| H A D | compress.c | 107 int rv = 0; local 123 rv = -1; 139 rv = 1; 147 return rv; 156 ssize_t rv; local 160 switch (rv = write(fd, buf, n)) { 166 n -= rv; 167 buf = CAST(const char *, buf) + rv; 181 ssize_t rv; local 227 switch ((rv [all...] |
| H A D | funcs.c | 164 int m = 0, rv = 0, looks_text = 0; local 290 rv = -1; 296 rv = -1; 298 rv = -1; 301 if (rv) 302 return rv;
|
| H A D | magic.c | 351 int rv = -1; local 378 rv = 0; 396 rv = 0; 415 rv = 0; 424 return rv == 0 ? file_getbuffer(ms) : NULL;
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gd_gd.c | 274 void *rv; local 277 rv = gdDPExtractData(out, size); 279 return rv;
|
| H A D | gd_gd2.c | 821 void *rv; local 825 rv = gdDPExtractData(out, size); 828 return rv;
|
| H A D | gd_gif_in.c | 348 int rv; local 351 rv = GetDataBlock_(fd,buf, ZeroDataBlockP); 354 if (rv > 0) { 355 tmp = safe_emalloc(3 * rv, sizeof(char), 1); 356 for (i=0;i<rv;i++) { 362 php_gd_error_ex(E_NOTICE, "[GetDataBlock returning %d: %s]", rv, tmp); 365 return(rv); 412 int rv; local 414 rv = GetCode_(fd, scd, code_size,flag, ZeroDataBlockP); 415 if (VERBOSE) printf("[GetCode(,%d,%d) returning %d]\n",code_size,flag,rv); 537 int rv; local [all...] |
| H A D | gd_gif_out.c | 102 void *rv; local 105 rv = gdDPExtractData (out, size); 107 return rv;
|
| H A D | gd_io_dp.c | 255 int rv; local 257 rv = dynamicGetbuf (ctx, &b, 1); 258 if (rv != 1) {
|
| H A D | gd_wbmp.c | 203 void *rv; local 206 rv = gdDPExtractData(out, size); 209 return rv;
|
| H A D | gd_webp.c | 113 void *rv; local 116 rv = gdDPExtractData(out, size); 119 return rv; 124 void *rv; local 127 rv = gdDPExtractData(out, size); 129 return rv;
|
| H A D | webpimg.c | 842 const int rv = (((Vrow[x] - 128) * 73) >> 6) + 128; local 844 Vrow[x] = (rv < 0) ? 0 : (rv > 255) ? 255u : rv;
|
| H A D | gd_png.c | 436 void *rv; local 439 rv = gdDPExtractData(out, size); 442 return rv; 447 void *rv; local 450 rv = gdDPExtractData(out, size); 452 return rv;
|
| H A D | gd_jpeg.c | 149 void *rv; local 152 rv = gdDPExtractData (out, size); 155 return rv;
|
| /PHP_5_5/ext/intl/common/ |
| H A D | common_date.cpp | 178 double rv = NAN; local 189 type = is_numeric_string(Z_STRVAL_P(z), Z_STRLEN_P(z), &lv, &rv, 0); 191 rv *= U_MILLIS_PER_SECOND; 193 rv = U_MILLIS_PER_SECOND * (double)lv; 204 rv = U_MILLIS_PER_SECOND * (double)Z_LVAL_P(z); 207 rv = U_MILLIS_PER_SECOND * Z_DVAL_P(z); 211 intl_datetime_decompose(z, &rv, NULL, err, func TSRMLS_CC); 223 rv = (double)co->ucal->getTime(status); 248 return rv;
|
| /PHP_5_5/ext/interbase/ |
| H A D | ibase_query.c | 642 int i, array_cnt = 0, rv = SUCCESS; local 771 rv = FAILURE; 784 rv = FAILURE; 807 return rv; 869 int i, rv = FAILURE; local 1035 rv = SUCCESS; 1045 if (rv == FAILURE) { 1055 return rv;
|
| /PHP_5_5/ext/spl/ |
| H A D | spl_functions.c | 138 char *rv; local 140 zend_mangle_property_name(&rv, name_len, ce->name, ce->name_length, prop_name, prop_len, 0); 142 return rv;
|
| H A D | spl_observer.c | 115 zval *rv; local 116 zend_call_method_with_1_params(&this, intern->std.ce, &intern->fptr_get_hash, "getHash", &rv, obj); 117 if (rv) { 118 if (Z_TYPE_P(rv) == IS_STRING) { 119 int hash_len = Z_STRLEN_P(rv); 121 strncpy(hash, Z_STRVAL_P(rv), hash_len); 124 zval_ptr_dtor(&rv); 132 zval_ptr_dtor(&rv);
|
| H A D | spl_fixedarray.c | 380 zval *rv; local 386 zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_get, "offsetGet", &rv, offset); 388 if (rv) { 391 ZVAL_ZVAL(intern->retval, rv, 1, 1); 535 zval *rv; local 537 zend_call_method_with_1_params(&object, intern->std.ce, &intern->fptr_offset_has, "offsetExists", &rv, offset); 539 if (rv) { 542 ZVAL_ZVAL(intern->retval, rv, 1, 1); 558 zval *rv; local 559 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv); [all...] |
| /PHP_5_5/ext/zlib/ |
| H A D | zlib.c | 454 int encoding, rv; local 493 rv = php_zlib_output_handler_ex(ZLIBG(ob_gzhandler), &ctx); 495 if (SUCCESS != rv) {
|
| /PHP_5_5/sapi/apache2filter/ |
| H A D | sapi_apache2.c | 367 apr_status_t rv; local 381 if ((rv = ap_get_brigade(f->next, bb, mode, block, readbytes)) != APR_SUCCESS) { 382 return rv;
|
| /PHP_5_5/sapi/apache2handler/ |
| H A D | sapi_apache2.c | 542 apr_status_t rv; local 684 rv = ap_pass_brigade(r->output_filters, brigade); 685 if (rv != APR_SUCCESS || r->connection->aborted) {
|
| /PHP_5_5/sapi/nsapi/ |
| H A D | nsapi.c | 334 int uri_len,rv; local 369 rv = (*nsapi_servact_uri2path)(rc->sn, rq); 370 if (rv != REQ_PROCEED) { 374 rv = (*nsapi_servact_pathchecks)(rc->sn, rq); 375 if (rv != REQ_PROCEED) { 379 rv = (*nsapi_servact_fileinfo)(rc->sn, rq); 380 if (rv != REQ_PROCEED) { 384 rv = (*nsapi_servact_service)(rc->sn, rq); 385 } while (rv == REQ_RESTART);
|