| /PHP_5_4/build/ |
| H A D | build.mk | 8 # | available through the world-wide-web at the following url: |
|
| H A D | build2.mk | 8 # | available through the world-wide-web at the following url: |
|
| /PHP_5_4/ext/dba/tests/ |
| H A D | dba_handler.inc | 55 dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
|
| /PHP_5_4/ext/ereg/regex/ |
| H A D | engine.c | 16 #define at sat macro 27 #define at lat macro 52 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) 620 - fast - step through the string at top speed 731 register unsigned char *matchp; /* last p at which a match ended */ 960 - at - print current situation 962 == static void at(struct match *m, unsigned char *title, unsigned char *start, unsigned char *stop, \ 967 at(m, title, start, stop, startst, stopst) function 1018 #undef at macro
|
| H A D | engine.ih | 26 static void at(struct match *m, unsigned char *title, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst);
|
| H A D | main.c | 415 register char *at = NULL; local 420 at = should + 1; 466 if (at == NULL) 468 shlen = strlen(at); 471 if (strncmp(p, at, shlen) != 0) { 472 sprintf(grump, "matched null at `%.20s'", p);
|
| /PHP_5_4/ext/phar/phar/ |
| H A D | pharcommand.inc | 358 // no further check atm, maybe check for no '/' at beginning
|
| /PHP_5_4/ext/phar/tests/zip/files/ |
| H A D | corrupt_zipmaker.php.inc | 13 * version 2.1 of the License, or (at your option) any later version. 51 * @var string Data written at the end of the ZIP file 57 * @var string Data written at the start of the ZIP file
|
| /PHP_5_4/ext/spl/examples/ |
| H A D | keyfilter.inc | 32 * @param it Object that implements at least spl_forward
|
| H A D | recursivecomparedualiterator.inc | 20 * level we need to check whether both child iterators are at their end.
|
| /PHP_5_4/ext/spl/internal/ |
| H A D | limititerator.inc | 18 * A class that starts iteration at a certain offset and only iterates over
|
| H A D | multipleiterator.inc | 153 * @throws RuntimeException if mode MIT_NEED_ALL is set and at least one 196 * @throws LogicException if mode MIT_NEED_ALL is set and at least one
|
| H A D | recursiveiteratoriterator.inc | 156 /** @return Sub Iterator at given level or if unspecified the current sub
|
| H A D | spldoublylinkedlist.inc | 88 /** @return the element at the beginning of the DLL. 95 /** @return the element at the end of the DLL. 208 /** @return the data at a certain offset in the DLL 229 /** Defines the data at a certain offset in the DLL 255 /** Unsets the element at a certain offset in the DLL
|
| /PHP_5_4/main/ |
| H A D | alloca.c | 57 -- must know STACK_DIRECTION at compile-time 84 deduced at run-time. 96 #define STACK_DIR STACK_DIRECTION /* Known at compile-time. */ 150 /* Return a pointer to at least SIZE bytes of storage, 240 /* The stack segment linkage control information occurs at 363 /* There must be at least one stack segment. Therefore it is
|
| H A D | rfc1867.c | 9 | available through the world-wide-web at the following url: | 577 * If partial is true, partial matches are allowed at the end of the buffer. 1066 sapi_module.sapi_error(E_NOTICE, "Missing mime boundary at the end of the data for file %s", strlen(filename) > 0 ? filename : "");
|
| /PHP_5_4/sapi/cli/ |
| H A D | php_http_parser.h | 72 typedef int (*php_http_data_cb) (php_http_parser*, const char *at, size_t length);
|
| H A D | php_cli_server.c | 9 | available through the world-wide-web at the following url: | 1488 static int php_cli_server_client_read_request_on_path(php_http_parser *parser, const char *at, size_t length) argument 1494 normalize_vpath(&vpath, &vpath_len, at, length, 1); 1501 static int php_cli_server_client_read_request_on_query_string(php_http_parser *parser, const char *at, size_t length) argument 1504 client->request.query_string = pestrndup(at, length, 1); 1509 static int php_cli_server_client_read_request_on_url(php_http_parser *parser, const char *at, size_t length) argument 1513 client->request.request_uri = pestrndup(at, length, 1); 1518 static int php_cli_server_client_read_request_on_fragment(php_http_parser *parser, const char *at, size_t length) argument 1523 static int php_cli_server_client_read_request_on_header_field(php_http_parser *parser, const char *at, size_t length) argument 1530 client->current_header_name = (char *)at; 1535 php_cli_server_client_read_request_on_header_value(php_http_parser *parser, const char *at, size_t length) argument 1569 php_cli_server_client_read_request_on_body(php_http_parser *parser, const char *at, size_t length) argument [all...] |
| /PHP_5_4/scripts/ |
| H A D | phpize.in | 79 Cannot find build files at '$phpdir'. Please check your PHP installation. 110 shtool at '$builddir/build/shtool' does not exist or is not executable.
|
| /PHP_5_4/ext/mbstring/oniguruma/ |
| H A D | oniguruma.h | 821 int onig_match P_((OnigRegex, const OnigUChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType option)); 835 int onig_region_set P_((OnigRegion* region, int at, int beg, int end)); 851 int onig_capture_tree_traverse P_((OnigRegion* region, int at, int(*callback_func)(int,int,int,int,int,void*), void* arg));
|
| H A D | regexec.c | 211 onig_region_set(OnigRegion* region, int at, int beg, int end) argument 213 if (at < 0) return ONIGERR_INVALID_ARGUMENT; 215 if (at >= region->allocated) { 216 int r = onig_region_resize(region, at + 1); 220 region->beg[at] = beg; 221 region->end[at] = end; 733 #define STACK_BASE_CHECK(p, at) \ 735 fprintf(stderr, "at %s\n", at);\ 739 #define STACK_BASE_CHECK(p, at) 3237 onig_match(regex_t* reg, const UChar* str, const UChar* end, const UChar* at, OnigRegion* region, OnigOptionType option) argument [all...] |
| H A D | regtrav.c | 35 capture_tree_traverse(OnigCaptureTreeNode* node, int at, argument 44 if ((at & ONIG_TRAVERSE_CALLBACK_AT_FIRST) != 0) { 51 r = capture_tree_traverse(node->childs[i], at, 56 if ((at & ONIG_TRAVERSE_CALLBACK_AT_LAST) != 0) { 67 onig_capture_tree_traverse(OnigRegion* region, int at, argument 71 return capture_tree_traverse(region->history_root, at,
|
| /PHP_5_4/ext/mysqli/tests/ |
| H A D | connect.inc | 48 PHP 6.0 at the time of the first PHP 5.3.0 release. 50 It is at least 5.0.5-dev.
|
| /PHP_5_4/ext/standard/ |
| H A D | html.c | 9 | available through the world-wide-web at the following url: | 412 char *dot, *at; local 421 at = strchr(dot, '@'); 422 if (at) 423 len = at - dot; 948 * However, they start at 0x40, therefore if we find a 0x26 byte, 1157 /* peek at next char */ 1176 * at most two entries... */ 1277 /* guarantee we have at least 40 bytes to write. 1378 /* peek at nex [all...] |
| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 9 | available through the world-wide-web at the following url: | 770 /* PATH_TRANSLATED should be defined at this stage but better safe than sorry :) */ 778 /* SERVER_NAME should also be defined at this stage..but better check it anyway */ 812 /* DOCUMENT_ROOT should also be defined at this stage..but better check it anyway */ 1016 These settings are documented at 1815 /* XXX we're crashing here in msvc6 debug builds at
|