| /PHP_5_5/ext/openssl/ |
| H A D | openssl.mak | 74 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGING -DDKFBPON 79 C_FLAGS += -opt all -inline on -inline smart -inline auto -sym off 81 LD_FLAGS += -sym off
|
| /PHP_5_5/ext/pgsql/ |
| H A D | pgsql.mak | 62 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -DDEBUGGING -DDKFBPON 67 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics 69 LD_FLAGS += -sym off
|
| /PHP_5_5/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 2 #pragma optimize("", off) 138 ** turn the limit off. That is no longer true. It is not possible 139 ** to turn this limit off. 297 /************** Continuing where we left off in sqliteInt.h ******************/ 2064 ** is written 0 or 1 to indicate whether FK enforcement is off or on 2375 ** turns off all busy handlers. 2991 ** As of SQLite version 3.7.7, URI filename interpretation is turned off 3223 ** off the Internet. The internal databases can be given the 5203 ** is provided to turn the [sqlite3_load_extension()] mechanism on and off. 5205 ** ^Extension loading is off b [all...] |
| /PHP_5_5/ext/standard/tests/mail/ |
| H A D | mail_include.inc | 135 * Get the mailbox name from a mailbox decription, i.e strip off server details.
|
| /PHP_5_5/ext/xml/ |
| H A D | xml.mak | 64 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGING -DDKFBPON 69 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off 72 LD_FLAGS += -sym off
|
| /PHP_5_5/ext/zip/lib/ |
| H A D | zip_source_filep.c | 51 zip_uint64_t off; /* start offset of */ 108 f->off = start; 148 if (fseeko(z->f, (off_t)z->off, SEEK_SET) < 0) { 166 if (fseeko(z->f, (off_t)(z->off + z->len-z->remain), 50 zip_uint64_t off; /* start offset of */ member in struct:read_file
|
| H A D | zip_source_zip.c | 45 zip_uint64_t off; 102 p->off = start; 135 for (n=0; n<z->off; n+= i) { 136 i = (z->off-n > sizeof(b) ? sizeof(b) : z->off-n); 44 zip_uint64_t off; member in struct:read_zip
|
| /PHP_5_5/ext/imap/tests/ |
| H A D | imap_include.inc | 181 * Get the mailbox name from a mailbox decription, i.e strip off server details.
|
| /PHP_5_5/ext/ldap/ |
| H A D | ldap.mak | 65 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGING -DDKFBPON 70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off 73 LD_FLAGS += -sym off
|
| /PHP_5_5/ext/mysql/ |
| H A D | mysql.mak | 65 C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -DDEBUGGING -DDKFBPON 70 C_FLAGS += -opt speed -inline on -inline smart -inline auto -sym off -opt intrinsics 72 LD_FLAGS += -sym off
|
| /PHP_5_5/sapi/litespeed/ |
| H A D | lsapilib.c | 756 int off; local 760 off = pReq->m_pHeaderIndex->m_headerOff[ headerIndex ]; 761 if ( !off ) { 764 if ( *(pReq->m_pHttpHeader + off + 766 *( pReq->m_pHttpHeader + off + 769 return pReq->m_pHttpHeader + off;
|
| /PHP_5_5/ext/standard/ |
| H A D | var_unserializer.c | 379 # pragma optimize("", off)
|
| H A D | var_unserializer.re | 383 # pragma optimize("", off)
|
| /PHP_5_5/ext/pdo/ |
| H A D | pdo_stmt.c | 731 * off those cycles */ 1308 long off = 0; local 1312 &ori, &off)) { 1322 if (!do_fetch(stmt, TRUE, return_value, how, ori, off, 0 TSRMLS_CC)) { 1335 long off = 0; local 1380 if (!error && !do_fetch(stmt, TRUE, return_value, how, ori, off, 0 TSRMLS_CC)) {
|
| /PHP_5_5/Zend/ |
| H A D | zend_API.c | 2635 #pragma optimize("", off)
|
| /PHP_5_5/ext/date/lib/ |
| H A D | parse_iso_intervals.c | 241 #pragma optimize( "", off )
|
| H A D | parse_iso_intervals.re | 239 #pragma optimize( "", off )
|
| /PHP_5_5/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 292 cdf_read(const cdf_info_t *info, off_t off, void *buf, size_t len) argument 294 size_t siz = (size_t)off + len; 296 if ((off_t)(off + len) != (off_t)siz) { 302 (void)memcpy(buf, &info->i_buf[off], len); 309 if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (off_t)-1)
|
| H A D | file.h | 366 int32_t off; member in struct:level_info
|
| H A D | readelf.c | 296 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, argument 315 if (FINFO_LSEEK_FUNC(fd, off, SEEK_SET) == (off_t)-1) { 323 off += size; 852 doshn(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, argument 871 if (FINFO_LSEEK_FUNC(fd, off, SEEK_SET) == (off_t)-1) { 879 off += size; 1041 dophn_exec(struct magic_set *ms, int clazz, int swap, int fd, off_t off, argument 1059 if (FINFO_LSEEK_FUNC(fd, off, SEEK_SET) == (off_t)-1) { 1069 off += size;
|
| H A D | softmagic.c | 211 ms->c.li[cont_level].off = moffset(ms, m); 234 ms->c.li[cont_level - 1].off; 313 ms->c.li[cont_level].off = moffset(ms, m); 1134 int off = m->in_offset; local 1137 ((const void *)(s + offset + off))); 1140 off = q->b; 1143 off = q->h; 1146 off = (short)((q->hs[0]<<8)|(q->hs[1])); 1149 off = (short)((q->hs[1]<<8)|(q->hs[0])); 1152 off [all...] |