/PHP-5.3/Zend/ |
H A D | zend_ini.c | 551 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 553 char *base; in ZEND_INI_MH() local 580 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 582 char *base; in ZEND_INI_MH() local 598 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 600 char *base; in ZEND_INI_MH() local 621 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 623 char *base; in ZEND_INI_MH() local 639 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 641 char *base; in ZEND_INI_MH() local [all …]
|
H A D | zend_qsort.c | 56 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare TSRMLS_DC) in zend_qsort()
|
H A D | zend_operators.h | 105 int base = 10, digits = 0, dp_or_e = 0; local
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | insert.c | 101 int base; /* VDBE Cursor number for pTab */ in sqliteInsert() local 623 int base, /* Index of a read/write cursor pointing at pTab */ in sqliteGenerateConstraintChecks() 866 int base, /* Index of a read/write cursor pointing at pTab */ in sqliteCompleteInsertion() 907 int sqliteOpenTableAndIndices(Parse *pParse, Table *pTab, int base){ in sqliteOpenTableAndIndices()
|
H A D | printf.c | 89 etByte base; /* The base for radix conversion */ member 365 register int base; in vxprintf() local
|
H A D | trigger.c | 452 int base; in sqliteDropTriggerPtr() local
|
H A D | where.c | 214 int base, /* Cursor number for pTab */ in findSortingIndex()
|
H A D | build.c | 1178 int base; in sqliteDropTable() local 1809 int base; in sqliteDropIndex() local
|
/PHP-5.3/ext/soap/interop/ |
H A D | index.php | 10 $base = (isset($_SERVER['HTTPS'])?"https://":"http://").$server.dirname($_SERVER['PHP_SELF'])."/int… variable
|
H A D | client_round2_interop.php | 176 function getEndpoints($base = 'base', $all = 0) { 192 function _getEndpoints($base = "", $all = 0) {
|
/PHP-5.3/ext/spl/examples/ |
H A D | class_tree.php | 37 function __construct($base, $check_interfaces = false)
|
/PHP-5.3/win32/ |
H A D | strtoi64.c | 8 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base) in _strtoi64()
|
/PHP-5.3/ext/bcmath/libbcmath/src/ |
H A D | raisemod.c | 46 bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale TSRMLS_DC) in bc_raisemod()
|
H A D | output.c | 98 bc_num int_part, frac_part, base, cur_dig, t_num, max_o_digit; in bc_out_num() local
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_trace_mach.c | 86 vm_offset_t base = (uintptr_t) (addr) - offset; in fpm_trace_get_long() local
|
/PHP-5.3/ext/soap/ |
H A D | php_schema.c | 197 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local 217 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local 245 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema() local 639 xmlAttrPtr base; in schema_restriction_simpleContent() local 743 xmlAttrPtr base; in schema_restriction_complexContent() local 869 xmlAttrPtr base; in schema_extension_simpleContent() local 924 xmlAttrPtr base; in schema_extension_complexContent() local
|
/PHP-5.3/ext/standard/ |
H A D | math.c | 699 double num, base = 0; in PHP_FUNCTION() local 794 PHPAPI long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong() 839 PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret) in _php_math_basetozval() 903 PHPAPI char * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase()
|
H A D | type.c | 138 int base; in PHP_FUNCTION() local
|
H A D | scanf.c | 590 int base = 0; in php_sscanf_internal() local
|
/PHP-5.3/main/ |
H A D | fopen_wrappers.c | 89 char *base = (char *) mh_arg2; in ZEND_INI_MH() local 91 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH() local
|
H A D | mergesort.c | 105 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort() argument
|
/PHP-5.3/ext/intl/collator/ |
H A D | collator_is_numeric.c | 128 static long collator_u_strtol(nptr, endptr, base) in collator_u_strtol() argument
|
/PHP-5.3/ext/date/lib/ |
H A D | tm2unixtime.c | 171 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) in timelib_do_rel_normalize()
|
/PHP-5.3/ext/xml/ |
H A D | xml.c | 1151 const XML_Char *base, in _xml_unparsedEntityDeclHandler() 1177 const XML_Char *base, in _xml_notationDeclHandler() 1201 const XML_Char *base, in _xml_externalEntityRefHandler()
|
/PHP-5.3/win32/build/ |
H A D | confutils.js | 1894 function _inner_glob(base, p, parts) argument
|