Searched refs:lo (Results 1 – 25 of 57) sorted by relevance
123
/PHP-5.3/ |
H A D | Makefile.frag | 6 $(builddir)/zend_language_scanner.lo: $(srcdir)/zend_language_parser.h 7 $(builddir)/zend_ini_scanner.lo: $(srcdir)/zend_ini_parser.h 23 $(builddir)/zend_indent.lo $(builddir)/zend_highlight.lo $(builddir)/zend_compile.lo: $(srcdir)/zen…
|
H A D | Makefile.global | 21 …$(EXTRA_CFLAGS) $(LDFLAGS) $(EXTRA_LDFLAGS) $(PHP_GLOBAL_OBJS:.lo=.o) $(PHP_SAPI_OBJS:.lo=.o) $(PH… 110 find . -name \*.lo -o -name \*.o | xargs rm -f
|
/PHP-5.3/ext/standard/ |
H A D | Makefile.frag | 8 $(builddir)/info.lo: $(builddir)/../../main/build-defs.h 10 $(builddir)/basic_functions.lo: $(top_srcdir)/Zend/zend_language_parser.h
|
H A D | md5.c | 301 ctx->lo = 0; in PHP_MD5Init() 310 saved_lo = ctx->lo; in PHP_MD5Update() 311 if ((ctx->lo = (saved_lo + size) & 0x1fffffff) < saved_lo) { in PHP_MD5Update() 344 used = ctx->lo & 0x3f; in PHP_MD5Final() 359 ctx->lo <<= 3; in PHP_MD5Final() 360 ctx->buffer[56] = ctx->lo; in PHP_MD5Final() 361 ctx->buffer[57] = ctx->lo >> 8; in PHP_MD5Final() 362 ctx->buffer[58] = ctx->lo >> 16; in PHP_MD5Final() 363 ctx->buffer[59] = ctx->lo >> 24; in PHP_MD5Final()
|
H A D | md5.h | 45 php_uint32 lo, hi; member
|
/PHP-5.3/sapi/cli/ |
H A D | config.m4 | 18 …pg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_CLI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/g'\` | \… 20 …pg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_CLI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) … 24 …AGS_PROGRAM) \$(LDFLAGS) \$(NATIVE_RPATHS) \$(PHP_GLOBAL_OBJS:.lo=.o) \$(PHP_CLI_OBJS:.lo=.o) \$(P…
|
/PHP-5.3/ext/fileinfo/ |
H A D | Makefile.frag | 2 $(builddir)/libmagic/apprentice.lo: $(srcdir)/data_file.c
|
/PHP-5.3/Zend/ |
H A D | Makefile.frag | 1 Zend/zend_execute.lo: $(srcdir)/zend_vm_execute.h $(srcdir)/zend_vm_opcodes.h
|
H A D | Makefile.am | 29 zend_ini_scanner.lo: zend_ini_parser.h 52 zend_execute.lo: $(srcdir)/zend_execute.c
|
/PHP-5.3/sapi/litespeed/ |
H A D | config.m4 | 18 …AGS_PROGRAM) \$(LDFLAGS) \$(NATIVE_RPATHS) \$(PHP_GLOBAL_OBJS:.lo=.o) \$(PHP_SAPI_OBJS:.lo=.o) \$(…
|
/PHP-5.3/ext/tokenizer/ |
H A D | Makefile.frag | 3 $(builddir)/tokenizer.lo: $(top_srcdir)/Zend/zend_language_parser.c $(top_srcdir)/Zend/zend_languag…
|
/PHP-5.3/sapi/cgi/ |
H A D | config9.m4 | 61 …g \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_SAPI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) … 64 …AGS_PROGRAM) \$(LDFLAGS) \$(NATIVE_RPATHS) \$(PHP_GLOBAL_OBJS:.lo=.o) \$(PHP_SAPI_OBJS:.lo=.o) \$(…
|
/PHP-5.3/build/ |
H A D | build.mk | 67 …`cat .cvsignore | grep -v config.nice | sed 's/[[:space:]]/ /g'` *.o *.a *.lo *.la *.gcno *.gcda .… 72 …(cd $$i 2>/dev/null && rm -rf `svn propget svn:ignore . | grep -v config.nice` *.o *.a *.lo *.la *…
|
/PHP-5.3/scripts/dev/ |
H A D | phpextdist | 15 rm -rf modules *.lo *.o *.la config.status config.cache \
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | strtok_variation4.phpt | 21 "\0hel\0lo", 73 string(2) "lo"
|
H A D | strtok_variation5.phpt | 22 "hel/lo/t/world", 97 string(2) "lo"
|
H A D | sprintf_variation33.phpt | 22 "%o", "%ho", "%lo",
|
H A D | sprintf_variation30.phpt | 24 "%o", "%ho", "%lo",
|
H A D | vprintf_variation11.phpt | 25 "%lo %Lo, %4o %-4o",
|
H A D | vprintf_variation11_64bit.phpt | 25 "%lo %Lo, %4o %-4o",
|
H A D | vsprintf_variation11.phpt | 25 "%lo %Lo, %4o %-4o",
|
H A D | vsprintf_variation11_64bit.phpt | 25 "%lo %Lo, %4o %-4o",
|
/PHP-5.3/sapi/fpm/ |
H A D | Makefile.frag | 10 $(builddir)/fpm/fpm_conf.lo: $(builddir)/../../main/build-defs.h
|
/PHP-5.3/ext/pcre/tests/ |
H A D | preg_match_basic.phpt | 12 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo,…
|
H A D | preg_match_basic_edit.phpt | 17 …o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo, world" at start of …
|
Completed in 44 milliseconds
123