Searched refs:here (Results 1 - 16 of 16) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | engine.c | 36 unsigned char *offp; /* offsets work from here */ 38 unsigned char *endp; /* end of string -- virtual NUL here */ 39 unsigned char *coldp; /* can be no match starting before here */ 196 /* despite initial appearances, there is no match here */ 243 register unsigned char *stp; /* string matched by it cannot pass here */ 823 register onestate here; /* note, macros know this name */ local 827 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { 864 case OBACK_: /* ignored here */ 878 INIT(here, p [all...] |
| H A D | regexec.c | 39 /* do "if I'm here, I can also be there" etc without branches */ 40 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n)) 41 #define BACK(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) >> (n)) 42 #define ISSETBACK(v, n) ((v) & ((unsigned)here >> (n))) 88 /* do "if I'm here, I can also be there" etc without branches */ 89 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) 90 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) 91 #define ISSETBACK(v, n) ((v)[here [all...] |
| /PHP_TRUNK/ext/ |
| H A D | ext_skel | 128 dnl Write more examples of tests here...
|
| /PHP_TRUNK/ext/oci8/tests/ |
| H A D | conn_attr.inc | 106 //Do a round-trip here
|
| /PHP_TRUNK/ext/openssl/ |
| H A D | openssl.mak | 1 # Temporarily here -- later may go into some batch file
|
| /PHP_TRUNK/ext/pgsql/ |
| H A D | pgsql.mak | 1 # Temporarily here -- later may go into some batch file
|
| /PHP_TRUNK/ext/phar/phar/ |
| H A D | pharcommand.inc | 1396 // @todo add error message here.
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | splobjectstorage.inc | 20 * here therefore has a complexity of O(n) while the actual implementation has
|
| /PHP_TRUNK/ext/xml/ |
| H A D | xml.mak | 1 # Temporarily here -- later may go into some batch file
|
| /PHP_TRUNK/ |
| H A D | ltmain.sh | 68 # Avoid inline document here, it may be left over 595 # will be execed at the end. This prevents here-documents from being 2197 # We need to do some special things here, and not later. 2302 $echo "*** that it is just a static archive that I should not used here." 3063 # And here is the reason: when a library appears more 3856 $echo "*** The inter-library dependencies that have been dropped here will be" 4942 # a .exe suffix, so we strip it off here. 5305 # here, but OTOH, the wrappers (shell script and this C one) 6347 # Exit here if they wanted silent mode.
|
| /PHP_TRUNK/ext/ldap/ |
| H A D | ldap.mak | 1 # Temporarily here -- later may go into some batch file
|
| /PHP_TRUNK/ext/mysql/ |
| H A D | mysql.mak | 1 # Temporarily here -- later may go into some batch file
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo_sql_parser.c | 799 /* restore the in-string key, doesn't need null-termination here */ 800 /* currently everything is a string here */ 836 /* currently everything is a string here */
|
| /PHP_TRUNK/ext/standard/ |
| H A D | proc_open.c | 884 # error You lose (configure should not have let you get here)
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 1372 /* FIXME - Work out proto_num here */ 1752 /* No other args are permitted here as there is no interactive mode */ 1815 /* XXX we're crashing here in msvc6 debug builds at 1888 /* If path_translated is NULL, terminate here with a 404 */
|
| /PHP_TRUNK/ext/snmp/tests/ |
| H A D | snmpd.conf | 8 Do not enable them - being set here they make appropriate OID switch into r/o
|
Completed in 44 milliseconds