pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-24
2014-11-24 09:29:05 by Martin Nilsson <nilsson@opera.com>
39073b9ccad128e71f010e7d3d62b3ef77ce1b3d (
21
lines) (+
16
/-
5
)
[
Show
|
Annotate
]
Branch:
8.1
Documentation update
200:
return mkefuncallnode("`+", add_args); }
-
/*! @decl
__deprecated__
int hash_7_4(string s)
-
*! @decl
__deprecated__
int hash_7_4(string s, int max)
+
/*! @decl int hash_7_4(string s)
+
*! @decl int hash_7_4(string s, int max)
*!
-
*!
@deprecated
7
.
4::hash
+
*!
Return an integer derived from the string @[s]
.
The same string
+
*! always hashes to the same value, also between processes.
*!
-
+
*! If @[max] is given, the result will be >= 0 and < @[max],
+
*! otherwise the result will be >= 0 and <= 0x7fffffff.
+
*!
+
*! @note
+
*! This function is provided for backward compatibility with
+
*! code written for Pike up and including version 7.4.
+
*!
+
*! This function is byte-order dependant.
+
*!
*! @seealso
-
*! @[
7.4::
hash()], @[hash
()
]
+
*! @[hash()], @[hash
_7_0
]
*/ /*! @namespace 7.4::
314:
*! This function is not NUL-safe, and is byte-order dependant. *! *! @seealso
-
*! @[hash()], @[7
.
4
::hash()
]
+
*! @[hash()], @[
hash_
7
_
4]
*/ static void f_hash_7_0( INT32 args ) {