Searched refs:ll (Results 1 - 8 of 8) sorted by relevance
| /PHP_TRUNK/ |
| H A D | ltmain.sh | 2210 ll="$l" 2212 if test "X$ll" = "X$old_library" ; then # only static version available 2824 # We cannot seem to hardcode it, guess we'll fake it. 4311 # different ones for PIC/non-PIC, this we'll have to duplicate 6943 # If a disable-shared tag is given, we'll fallback to a static-only 6944 # configuration. But we'll never go from static-only to shared-only.
|
| /PHP_TRUNK/TSRM/ |
| H A D | tsrm_virtual_cwd.c | 750 static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, int is_dir, int *link_is_dir TSRMLS_DC) /* {{{ */ argument 793 j = tsrm_realpath_r(path, start, i-1, ll, t, use_realpath, 1, NULL TSRMLS_CC); 881 if(++(*ll) > LINK_MAX) { 1007 j = tsrm_realpath_r(path, 0, j, ll, t, 0, is_dir, &directory TSRMLS_CC); 1023 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC); 1062 if (++(*ll) > LINK_MAX || (j = php_sys_readlink(tmp, path, MAXPATHLEN)) < 0) { 1069 j = tsrm_realpath_r(path, 1, j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC); 1082 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC); 1108 j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL TSRMLS_CC); 1156 int ll local 1516 LONGLONG ll; local [all...] |
| /PHP_TRUNK/ext/date/lib/ |
| H A D | timelib_structs.h | 77 # define TIMELIB_LL_CONST(n) n ## ll
|
| /PHP_TRUNK/ext/exif/ |
| H A D | exif.c | 3273 unsigned int ll, lh; local 3323 if ((ll = php_stream_getc(ImageInfo->infile)) == EOF) { 3328 itemlen = (lh << 8) | ll; 3332 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "%s, Section length: 0x%02X%02X", EXIF_ERROR_CORRUPT, lh, ll); 3344 Data[1] = (uchar)ll;
|
| /PHP_TRUNK/ext/interbase/ |
| H A D | php_ibase_includes.h | 149 #define LL_MASK "ll" 150 #define LL_LIT(lit) lit ## ll
|
| H A D | php_ibase_udf.c | 110 #define LL_LIT(lit) lit ## ll
|
| /PHP_TRUNK/ext/pgsql/ |
| H A D | pgsql.c | 5087 /* This is stupid way to do. I'll fix it when I decied how to support
|
| /PHP_TRUNK/ext/standard/ |
| H A D | dns.c | 509 int ll = 0; local 518 while (ll < dlen) { 519 n = cp[ll]; 520 memcpy(tp + ll , cp + ll + 1, n); 521 add_next_index_stringl(entries, cp + ll + 1, n, 1); 522 ll = ll + n + 1;
|
Completed in 36 milliseconds