pike.git/
src/
mapping.h
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-24
1998-04-24 00:01:32 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
a28dd233181a4479bdd2d2fbdc37e3f3d2e3c4b9 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
mapping_string_insert added
Rev: src/mapping.c:1.30
Rev: src/mapping.h:1.11
5:
\*/ /*
-
* $Id: mapping.h,v 1.
10
1998/
03
/
28
15
:
12
:
50
grubba
Exp $
+
* $Id: mapping.h,v 1.
11
1998/
04
/
24
00
:
01
:
32
hubbe
Exp $
*/ #ifndef MAPPING_H #define MAPPING_H
47:
struct svalue *key); struct svalue *low_mapping_string_lookup(struct mapping *m, struct pike_string *p);
+
void mapping_string_insert(struct mapping *m,
+
struct pike_string *p,
+
struct svalue *val);
struct svalue *simple_mapping_string_lookup(struct mapping *m, char *p); void mapping_index_no_free(struct svalue *dest,