|
PostgreSQL Source Code git master
|
#include <header.h>
Data Fields | |
| int | s_size |
| const symbol * | s |
| int | substring_i |
| int | result |
| int(* | function )(struct SN_env *) |
| int(* among::function) (struct SN_env *) |
Definition at line 20 of file header.h.
Referenced by find_among(), and find_among_b().
| int among::result |
Definition at line 19 of file header.h.
Referenced by find_among(), and find_among_b().
| const symbol* among::s |
Definition at line 17 of file header.h.
Referenced by find_among(), find_among_b(), insert_s(), replace_s(), and slice_from_s().
| int among::s_size |
Definition at line 16 of file header.h.
Referenced by find_among(), find_among_b(), insert_s(), replace_s(), and slice_from_s().
| int among::substring_i |
Definition at line 18 of file header.h.
Referenced by find_among(), and find_among_b().