| /PHP_5_3/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_3/ext/fileinfo/libmagic/ |
| 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; 147 if ((rv = file_softmagic(ms, utf8_buf, 149 rv = -1; 190 rv = 0; 295 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 | encoding.c | 71 int rv = 1, ucs_type; local 130 rv = 0; 138 return rv;
|
| 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 | 392 int rv = -1; local 419 rv = 0; 437 rv = 0; 456 rv = 0; 465 return rv == 0 ? file_getbuffer(ms) : NULL;
|
| H A D | softmagic.c | 78 int rv; local 80 if ((rv = match(ms, ml->magic, ml->nmagic, buf, nbytes, mode, 82 return rv;
|
| /PHP_5_3/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_jpeg.c | 149 void *rv; local 152 rv = gdDPExtractData (out, size); 155 return rv;
|
| H A D | gd_png.c | 434 void *rv; local 437 rv = gdDPExtractData(out, size); 440 return rv; 445 void *rv; local 448 rv = gdDPExtractData(out, size); 450 return rv;
|
| H A D | gd_wbmp.c | 203 void *rv; local 206 rv = gdDPExtractData(out, size); 209 return rv;
|
| /PHP_5_3/ext/dom/ |
| H A D | domimplementation.c | 94 zval *rv = NULL; local 144 DOM_RET_OBJ(rv, (xmlNodePtr) doctype, &ret, NULL); 154 zval *node = NULL, *rv = NULL; local 241 DOM_RET_OBJ(rv, (xmlNodePtr) docp, &ret, NULL);
|
| H A D | element.c | 374 zval *id, *rv = NULL; local 429 DOM_RET_OBJ(rv, attr, &ret, intern); 488 zval *id, *rv = NULL; local 524 DOM_RET_OBJ(rv, (xmlNodePtr) attrp, &ret, intern); 534 zval *id, *node, *rv = NULL; local 586 DOM_RET_OBJ(rv, (xmlNodePtr) existattrp, &ret, intern); 600 zval *id, *node, *rv = NULL; local 626 DOM_RET_OBJ(rv, (xmlNodePtr) attrp, &ret, intern); 928 zval *id, *rv = NULL; local 947 DOM_RET_OBJ(rv, (xmlNodePt 958 zval *id, *node, *rv = NULL; local [all...] |
| H A D | namednodemap.c | 129 zval *id, *rv = NULL; local 169 DOM_RET_OBJ(rv, itemnode, &ret, objmap->baseobj); 203 zval *id, *rv = NULL; local 246 DOM_RET_OBJ(rv, itemnode, &ret, objmap->baseobj); 261 zval *id, *rv = NULL; local 301 DOM_RET_OBJ(rv, itemnode, &ret, objmap->baseobj);
|
| H A D | nodelist.c | 107 zval *id, *rv = NULL; local 166 DOM_RET_OBJ(rv, itemnode, &ret, objmap->baseobj);
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_functions.c | 126 char *rv; local 128 zend_mangle_property_name(&rv, name_len, ce->name, ce->name_length, prop_name, prop_len, 0); 130 return rv;
|
| /PHP_5_3/ext/sqlite/ |
| H A D | sess_sqlite.c | 145 int rv; local 152 rv = sqlite_exec_printf(db, "REPLACE INTO session_data VALUES('%q', '%q', %d)", NULL, NULL, &error, key, binary, t); 153 if (rv != SQLITE_OK) { 159 return SQLITE_RETVAL(rv); 164 int rv; local 167 rv = sqlite_exec_printf(db, "DELETE FROM session_data WHERE sess_id='%q'", NULL, NULL, NULL, key); 169 return SQLITE_RETVAL(rv); 175 int rv; local 178 rv = sqlite_exec_printf(db, 187 rv [all...] |
| /PHP_5_3/ext/xmlreader/ |
| H A D | php_xmlreader.c | 1136 zval *id, *rv = NULL, *basenode = NULL; local 1166 DOM_RET_OBJ(rv, nodec, &ret, (dom_object *)domobj);
|
| /PHP_5_3/ext/xsl/ |
| H A D | xsltprocessor.c | 617 zval *id, *rv = NULL, *docp = NULL; local 661 DOM_RET_OBJ(rv, (xmlNodePtr) newdocp, &ret, NULL);
|
| /PHP_5_3/sapi/apache2filter/ |
| H A D | sapi_apache2.c | 368 apr_status_t rv; local 382 if ((rv = ap_get_brigade(f->next, bb, mode, block, readbytes)) != APR_SUCCESS) { 383 return rv;
|
| /PHP_5_3/sapi/apache2handler/ |
| H A D | sapi_apache2.c | 544 apr_status_t rv; local 686 rv = ap_pass_brigade(r->output_filters, brigade); 687 if (rv != APR_SUCCESS || r->connection->aborted) {
|