!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/5.6.40 

uname -a: Linux cpanel06wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24
01:42:00 EDT 2020 x86_64
 

uid=851(cp949260) gid=853(cp949260) groups=853(cp949260) 

Safe-mode: OFF (not secure)

/opt/alt/postgresql11/usr/include/pgsql/server/nodes/   drwxr-xr-x
Free 201.58 GB of 981.82 GB (20.53%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     nodeFuncs.h (2.45 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*-------------------------------------------------------------------------
 *
 * nodeFuncs.h
 *        Various general-purpose manipulations of Node trees
 *
 * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 * Portions Copyright (c) 1994, Regents of the University of California
 *
 * src/include/nodes/nodeFuncs.h
 *
 *-------------------------------------------------------------------------
 */
#ifndef NODEFUNCS_H
#define NODEFUNCS_H

#include "nodes/parsenodes.h"


/* flags bits for query_tree_walker and query_tree_mutator */
#define QTW_IGNORE_RT_SUBQUERIES    0x01        /* subqueries in rtable */
#define QTW_IGNORE_CTE_SUBQUERIES    0x02        /* subqueries in cteList */
#define QTW_IGNORE_RC_SUBQUERIES    0x03        /* both of above */
#define QTW_IGNORE_JOINALIASES        0x04        /* JOIN alias var lists */
#define QTW_IGNORE_RANGE_TABLE        0x08        /* skip rangetable entirely */
#define QTW_EXAMINE_RTES            0x10        /* examine RTEs */
#define QTW_DONT_COPY_QUERY            0x20        /* do not copy top Query */


extern Oid    exprType(const Node *expr);
extern int32 exprTypmod(const Node *expr);
extern bool exprIsLengthCoercion(const Node *expr, int32 *coercedTypmod);
extern Node *relabel_to_typmod(Node *expr, int32 typmod);
extern bool expression_returns_set(Node *clause);

extern Oid    exprCollation(const Node *expr);
extern Oid    exprInputCollation(const Node *expr);
extern void exprSetCollation(Node *expr, Oid collation);
extern void exprSetInputCollation(Node *expr, Oid inputcollation);

extern int    exprLocation(const Node *expr);

extern bool expression_tree_walker(Node *node, bool (*walker) (),
                                               void *context);
extern Node *expression_tree_mutator(Node *node, Node *(*mutator) (),
                                                 void *context);

extern bool query_tree_walker(Query *query, bool (*walker) (),
                                          void *context, int flags);
extern Query *query_tree_mutator(Query *query, Node *(*mutator) (),
                                             void *context, int flags);

extern bool range_table_walker(List *rtable, bool (*walker) (),
                                           void *context, int flags);
extern List *range_table_mutator(List *rtable, Node *(*mutator) (),
                                             void *context, int flags);

extern bool query_or_expression_tree_walker(Node *node, bool (*walker) (),
                                                   void *context, int flags);
extern Node *query_or_expression_tree_mutator(Node *node, Node *(*mutator) (),
                                                   void *context, int flags);

extern bool raw_expression_tree_walker(Node *node, bool (*walker) (),
                                                   void *context);

#endif   /* NODEFUNCS_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0199 ]--