File: php_datadefinitions.h

package info (click to toggle)
citadel 7.83-2squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,572 kB
  • ctags: 3,756
  • sloc: ansic: 54,870; sh: 4,298; yacc: 660; makefile: 450; xml: 40
file content (16 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 *
 * $Id: $
 *
 * this file contains the defines that convert our x-macros to datatypes
 */

#define PROTOCOL_ONLY(a) a
#define SERVER_PRIVATE(a) 

#define UNSIGNED_SHORT(a) $data[a] = array_unshift($inarray) 
#define INTEGER(a) $data[a] = array_unshift($inarray) 

#define STRING_BUF(a, b) $data[a] = array_unshift($inarray) 
#define STRING(a) $data[a] = array_unshift($inarray)