/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | vdbeaux.c | 37 Vdbe *p; in sqliteVdbeCreate() local 54 void sqliteVdbeTrace(Vdbe *p, FILE *trace){ in sqliteVdbeTrace() 120 int sqliteVdbeCode(Vdbe *p, ...){ in sqliteVdbeCode() 149 int sqliteVdbeMakeLabel(Vdbe *p){ in sqliteVdbeMakeLabel() 192 int sqliteVdbeCurrentAddr(Vdbe *p){ in sqliteVdbeCurrentAddr() 659 void sqliteVdbeSorterReset(Vdbe *p){ in sqliteVdbeSorterReset() 680 HashElem *p; in sqliteVdbeAggReset() local 744 static void closeAllCursors(Vdbe *p){ in closeAllCursors() 761 static void Cleanup(Vdbe *p){ in Cleanup() 949 Vdbe *p = (Vdbe*)pVm; in sqlite_bind() local [all …]
|
H A D | date.c | 148 static int parseTimezone(const char *zDate, DateTime *p){ in parseTimezone() 177 static int parseHhMmSs(const char *zDate, DateTime *p){ in parseHhMmSs() 219 static void computeJD(DateTime *p){ in computeJD() 265 static int parseYyyyMmDd(const char *zDate, DateTime *p){ in parseYyyyMmDd() 313 static int parseDateOrTime(const char *zDate, DateTime *p){ in parseDateOrTime() 338 static void computeYMD(DateTime *p){ in computeYMD() 364 static void computeHMS(DateTime *p){ in computeHMS() 382 static void computeYMD_HMS(DateTime *p){ in computeYMD_HMS() 390 static void clearYMD_HMS_TZ(DateTime *p){ in clearYMD_HMS_TZ() 400 static double localtimeOffset(DateTime *p){ in localtimeOffset() [all …]
|
H A D | select.c | 83 Token *p; in sqliteJoinType() local 194 static void setJoinExpr(Expr *p){ in setJoinExpr() 209 static int sqliteProcessJoin(Parse *pParse, Select *p){ in sqliteProcessJoin() 287 void sqliteSelectDelete(Select *p){ in sqliteSelectDelete() 372 Select *p, /* The SELECT statement being coded */ in codeLimiter() 583 Select *p, /* The SELECT statement */ in generateSortTail() 667 Expr *p = pEList->a[i].pExpr; in generateColumnTypes() local 715 Expr *p; in generateColumnNames() local 806 Expr *p, *pR; in sqliteResultSetOfSelect() local 858 static int fillInColumnList(Parse *pParse, Select *p){ in fillInColumnList() [all …]
|
H A D | expr.c | 96 void sqliteExprDelete(Expr *p){ in sqliteExprDelete() 120 Expr *sqliteExprDup(Expr *p){ in sqliteExprDup() 149 ExprList *sqliteExprListDup(ExprList *p){ in sqliteExprListDup() 180 SrcList *sqliteSrcListDup(SrcList *p){ in sqliteSrcListDup() 204 IdList *sqliteIdListDup(IdList *p){ in sqliteIdListDup() 221 Select *sqliteSelectDup(Select *p){ in sqliteSelectDup() 303 int sqliteExprIsConstant(Expr *p){ in sqliteExprIsConstant() 337 int sqliteExprIsInteger(Expr *p, int *pValue){ in sqliteExprIsInteger() 922 int sqliteExprType(Expr *p){ in sqliteExprType() 1113 Token *p = &pExpr->pLeft->token; in sqliteExprCode() local [all …]
|
/PHP-5.3/ext/ereg/regex/ |
H A D | regcomp.c | 192 p_ere(p, stop) in p_ere() argument 238 p_ere_exp(p) in p_ere_exp() argument 387 p_str(p) in p_str() argument 559 p_count(p) in p_count() argument 582 p_bracket(p) in p_bracket() argument 773 p_b_symbol(p) in p_b_symbol() argument 888 nonnewline(p) in nonnewline() argument 984 seterr(p, e) in seterr() argument 1000 allocset(p) in allocset() argument 1133 nch(p, cs) in nch() argument [all …]
|
/PHP-5.3/Zend/ |
H A D | zend_hash.c | 207 Bucket *p; in _zend_hash_add_or_update() local 276 Bucket *p; in _zend_hash_quick_add_or_update() local 353 Bucket *p; in _zend_hash_index_update_or_next_insert() local 442 Bucket *p; in zend_hash_rehash() local 461 Bucket *p; in zend_hash_del_key_or_index() local 626 Bucket *p; in zend_hash_graceful_destroy() local 641 Bucket *p; in zend_hash_graceful_reverse_destroy() local 667 Bucket *p; in zend_hash_apply() local 691 Bucket *p; in zend_hash_apply_with_argument() local 715 Bucket *p; in zend_hash_apply_with_arguments() local [all …]
|
H A D | zend_gc.c | 271 Bucket *p; in zval_scan_black() local 315 Bucket *p; in zobj_scan_black() local 340 Bucket *p; in zval_mark_grey() local 388 Bucket *p; in zobj_mark_grey() local 447 Bucket *p; in zval_scan() local 497 Bucket *p; in zobj_scan() local 545 Bucket *p; in zval_collect_white() local 596 Bucket *p; in zobj_collect_white() local 658 zval_gc_info *p, *q, *orig_free_list, *orig_next_to_free; in gc_collect_cycles() local
|
H A D | zend_execute.h | 64 #define safe_free_zval_ptr(p) safe_free_zval_ptr_rel(p ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) argument 181 zend_vm_stack p = stack->prev; in zend_vm_stack_destroy() local 189 …zend_vm_stack p = zend_vm_stack_new_page(count >= ZEND_VM_STACK_PAGE_SIZE ? count : ZEND_VM_STACK_… in zend_vm_stack_extend() local 215 zend_vm_stack p = EG(argument_stack); in zend_vm_stack_pop() local 254 zend_vm_stack p = EG(argument_stack); in zend_vm_stack_free_int() local 266 zend_vm_stack p = EG(argument_stack); in zend_vm_stack_free() local 286 zend_vm_stack p = EG(argument_stack); in zend_vm_stack_push_args() local 312 void **p = EG(argument_stack)->top - 1; in zend_vm_stack_clear_multiple() local 325 void **p = EG(current_execute_data)->prev_execute_data->function_state.arguments; in zend_vm_stack_get_arg() local 378 #define zendi_zval_copy_ctor(p) zval_copy_ctor(&(p)) argument [all …]
|
H A D | zend_ini.c | 177 const zend_ini_entry *p = ini_entry; in zend_register_ini_entries() local 229 static int zend_ini_refresh_cache(zend_ini_entry *p, int stage TSRMLS_DC) /* {{{ */ in zend_ini_refresh_cache() 549 zend_bool *p; in ZEND_INI_MH() local 578 long *p; in ZEND_INI_MH() local 596 long *p, tmp; in ZEND_INI_MH() local 619 double *p; in ZEND_INI_MH() local 637 char **p; in ZEND_INI_MH() local 655 char **p; in ZEND_INI_MH() local
|
/PHP-5.3/ext/mbstring/oniguruma/enc/ |
H A D | utf32_be.c | 33 utf32be_mbc_enc_len(const UChar* p) in utf32be_mbc_enc_len() 39 utf32be_is_mbc_newline(const UChar* p, const UChar* end) in utf32be_is_mbc_newline() 57 utf32be_mbc_to_code(const UChar* p, const UChar* end) in utf32be_mbc_to_code() 71 UChar* p = buf; in utf32be_code_to_mbc() local 84 const UChar* p = *pp; in utf32be_mbc_to_normalize() local 120 const UChar* p = *pp; in utf32be_is_mbc_ambiguous() local
|
H A D | utf32_le.c | 33 utf32le_mbc_enc_len(const UChar* p) in utf32le_mbc_enc_len() 39 utf32le_is_mbc_newline(const UChar* p, const UChar* end) in utf32le_is_mbc_newline() 57 utf32le_mbc_to_code(const UChar* p, const UChar* end) in utf32le_mbc_to_code() 71 UChar* p = buf; in utf32le_code_to_mbc() local 84 const UChar* p = *pp; in utf32le_mbc_to_normalize() local 119 const UChar* p = *pp; in utf32le_is_mbc_ambiguous() local
|
H A D | utf16_be.c | 55 utf16be_mbc_enc_len(const UChar* p) in utf16be_mbc_enc_len() 61 utf16be_is_mbc_newline(const UChar* p, const UChar* end) in utf16be_is_mbc_newline() 77 utf16be_mbc_to_code(const UChar* p, const UChar* end) in utf16be_mbc_to_code() 101 UChar* p = buf; in utf16be_code_to_mbc() local 125 const UChar* p = *pp; in utf16be_mbc_to_normalize() local 160 const UChar* p = *pp; in utf16be_is_mbc_ambiguous() local
|
H A D | utf16_le.c | 61 utf16le_mbc_enc_len(const UChar* p) in utf16le_mbc_enc_len() 67 utf16le_is_mbc_newline(const UChar* p, const UChar* end) in utf16le_is_mbc_newline() 83 utf16le_mbc_to_code(const UChar* p, const UChar* end) in utf16le_mbc_to_code() 103 UChar* p = buf; in utf16le_code_to_mbc() local 128 const UChar* p = *pp; in utf16le_mbc_to_normalize() local 160 const UChar* p = *pp; in utf16le_is_mbc_ambiguous() local
|
H A D | euc_jp.c | 54 eucjp_mbc_enc_len(const UChar* p) in eucjp_mbc_enc_len() 60 eucjp_mbc_to_code(const UChar* p, const UChar* end) in eucjp_mbc_to_code() 108 UChar *p = buf; in eucjp_code_to_mbc() local 126 const UChar* p = *pp; in eucjp_mbc_to_normalize() local 179 const UChar *p; in eucjp_left_adjust_char_head() local
|
H A D | sjis.c | 74 sjis_mbc_enc_len(const UChar* p) in sjis_mbc_enc_len() 96 sjis_mbc_to_code(const UChar* p, const UChar* end) in sjis_mbc_to_code() 117 UChar *p = buf; in sjis_code_to_mbc() local 133 const UChar* p = *pp; in sjis_mbc_to_normalize() local 185 const UChar *p; in sjis_left_adjust_char_head() local
|
H A D | utf8.c | 63 utf8_mbc_enc_len(const UChar* p) in utf8_mbc_enc_len() 69 utf8_is_mbc_newline(const UChar* p, const UChar* end) in utf8_is_mbc_newline() 92 utf8_mbc_to_code(const UChar* p, const UChar* end) in utf8_mbc_to_code() 174 UChar *p = buf; in utf8_code_to_mbc() local 223 const UChar* p = *pp; in utf8_mbc_to_normalize() local 268 const UChar* p = *pp; in utf8_is_mbc_ambiguous() local 3694 const UChar *p; in utf8_left_adjust_char_head() local
|
H A D | euc_tw.c | 52 euctw_mbc_enc_len(const UChar* p) in euctw_mbc_enc_len() 58 euctw_mbc_to_code(const UChar* p, const UChar* end) in euctw_mbc_to_code() 97 const UChar *p; in euctw_left_adjust_char_head() local
|
H A D | euc_kr.c | 52 euckr_mbc_enc_len(const UChar* p) in euckr_mbc_enc_len() 58 euckr_mbc_to_code(const UChar* p, const UChar* end) in euckr_mbc_to_code() 97 const UChar *p; in euckr_left_adjust_char_head() local
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regenc.c | 56 UChar* p = ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc, start, s); in onigenc_get_right_adjust_char_head() local 127 UChar* p = (UChar* )s; in onigenc_strlen_null() local 152 UChar* p = (UChar* )s; in onigenc_str_bytelen_null() local 630 const UChar* p = *pp; in onigenc_ascii_is_mbc_ambiguous() local 642 onigenc_single_byte_mbc_enc_len(const UChar* p) in onigenc_single_byte_mbc_enc_len() 713 const UChar *p = *pp; in onigenc_mbn_mbc_to_normalize() local 742 const UChar* p = *pp; in onigenc_mbn_is_mbc_ambiguous() local 811 UChar *p = buf; in onigenc_mb2_code_to_mbc() local 828 UChar *p = buf; in onigenc_mb4_code_to_mbc() local 987 UChar* p = *pp; in onigenc_is_mbc_ambiguous() local [all …]
|
H A D | regint.h | 277 #define SERIALIZE_2BYTE_INT(i,p) do {\ argument 282 #define SERIALIZE_4BYTE_INT(i,p) do {\ argument 289 #define SERIALIZE_8BYTE_INT(i,p) do {\ argument 300 #define GET_2BYTE_INT_INC(type,i,p) do {\ argument 305 #define GET_4BYTE_INT_INC(type,i,p) do {\ argument 313 #define GET_8BYTE_INT_INC(type,i,p) do {\ argument 327 #define SERIALIZE_SHORT(i,p) SERIALIZE_2BYTE_INT(i,p) argument 452 UChar* p; member 677 #define PLATFORM_GET_INC(val,p,type) do{\ argument 684 #define PLATFORM_GET_INC(val,p,type) do{\ argument [all …]
|
H A D | regenc.h | 55 #define ONIG_IS_NULL(p) (((void*)(p)) == (void*)0) argument 56 #define ONIG_IS_NOT_NULL(p) (((void*)(p)) != (void*)0) argument 57 #define ONIG_CHECK_NULL_RETURN(p) if (ONIG_IS_NULL(p)) return NULL argument 58 #define ONIG_CHECK_NULL_RETURN_VAL(p,val) if (ONIG_IS_NULL(p)) return (val) argument
|
H A D | regerror.c | 44 char *p; in onig_error_code_to_format() local 190 UChar *p; in to_ascii() local 241 UChar *p, *q; local 315 UChar *p, *s, *bp; local
|
/PHP-5.3/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.c | 220 zend_uchar *p = buf; in php_mysqlnd_read_error_from_line() local 306 zend_uchar *p = buf; in php_mysqlnd_greet_read() local 529 zend_uchar *p = buf; in php_mysqlnd_ok_read() local 620 zend_uchar *p = buf; in php_mysqlnd_eof_read() local 719 zend_uchar *tmp, *p; in php_mysqlnd_cmd_write() local 767 zend_uchar *p = buf; in php_mysqlnd_rset_header_read() local 906 zend_uchar *p = buf; in php_mysqlnd_rset_field_read() local 1117 zend_uchar *p = NULL; in php_mysqlnd_read_row_ex() local 1531 zend_uchar *p; in php_mysqlnd_rowp_read() local 1698 zend_uchar *p = buf; in php_mysqlnd_prepare_read() local [all …]
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 349 union VALUETYPE *p = &ms->ms_value; in mprint() local 594 union VALUETYPE *p = &ms->ms_value; in moffset() local 693 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8() 699 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16() 705 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32() 711 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64() 734 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float() 740 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double() 753 union VALUETYPE *p = &ms->ms_value; in mconvert() local 1012 union VALUETYPE *p = &ms->ms_value; in mget() local [all …]
|
/PHP-5.3/TSRM/ |
H A D | tsrm_config_common.h | 62 # define tsrm_free_alloca(p, use_heap) \ argument 66 # define tsrm_do_alloca(p, use_heap) malloc(p) argument 67 # define tsrm_free_alloca(p, use_heap) free(p) argument
|