Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 25 of 28) sorted by relevance

12

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbe.h39 int p2; /* Second parameter (often the jump destination) */ member
56 short int p2; /* Second parameter (often the jump destination) */ member
H A Dvdbeaux.c74 int sqliteVdbeAddOp(Vdbe *p, int op, int p1, int p2){ in sqliteVdbeAddOp()
111 int sqliteVdbeOp3(Vdbe *p, int op, int p1, int p2, const char *zP3, int p3type){ in sqliteVdbeOp3()
123 int opcode, p1, p2; in sqliteVdbeCode() local
221 int p2 = pIn->p2; in sqliteVdbeAddOpList() local
372 int sqliteVdbeFindOp(Vdbe *p, int op, int p2){ in sqliteVdbeFindOp()
H A Dvdbe.c2385 int p2 = pOp->p2; in sqliteVdbeExec() local
3121 int p2 = pOp->p2; in sqliteVdbeExec() local
H A Dutil.c289 void *p2; in sqliteRealloc() local
H A Dfunc.c102 int p1, p2, len; in substrFunc() local
H A Dselect.c716 int p2 = i==pEList->nExpr-1; in generateColumnNames() local
H A DsqliteInt.h807 int op, p1, p2; /* Opcode used to terminate the loop */ member
/PHP-5.3/ext/gd/libgd/
H A Dgdkanji.c231 SJIStoJIS (int *p1, int *p2) in SJIStoJIS()
249 han2zen (int *p1, int *p2) in han2zen()
469 int p1, p2, i, j; in do_check_and_conv() local
/PHP-5.3/main/
H A Dmergesort.c111 u_char *list2, *list1, *p2, *p, *last, **p1; in php_mergesort() local
268 u_char *f1, *f2, *s, *l2, *last, *p2; in setup() local
/PHP-5.3/ext/standard/
H A Dlevenshtein.c32 int *p1, *p2, *tmp; in reference_levdist() local
H A Dquot_print.c58 register unsigned char *p2; in php_quot_print_decode() local
H A Dversioning.c131 char *p1, *p2, *n1, *n2; in php_version_compare() local
H A Dstring.c944 char *p1, *p2, *endp; in php_explode() local
971 char *p1, *p2, *endp; in php_explode_negative_limit() local
/PHP-5.3/ext/ereg/regex/
H A Dengine.c52 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) argument
56 #define AT(t, p1, p2, s1, s2) /* nothing */ argument
/PHP-5.3/ext/session/
H A Dsession.c716 char *p2; in PHP_INI_MH() local
/PHP-5.3/Zend/
H A Dzend_multibyte.c967 char *p, *p1, *p2, *endp, *tmpstr; in zend_multibyte_parse_encoding_list() local
H A Dzend_hash.c1425 Bucket *p1, *p2 = NULL; in zend_hash_compare() local
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.c168 char *p2 = token + strlen("$pool"); in fpm_conf_expand_pool_name() local
/PHP-5.3/ext/mbstring/ucgendat/
H A Ducgendat.c225 add_range(ac_uint4 start, ac_uint4 end, char *p1, char *p2) in add_range()
/PHP-5.3/ext/wddx/
H A Dwddx.c852 char *p1, *p2, *endp; in php_wddx_push_element() local
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c744 cmpstrp(const void *p1, const void *p2)
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c193 char *p = (char *) text, *p2 = buf; in date_from_ISO8601() local
/PHP-5.3/ext/spl/
H A Dspl_directory.c389 char *p1, *p2; in spl_filesystem_info_set_filename() local
2287 char *p1, *p2; in SPL_METHOD() local
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c1036 UChar *p1, *p2, *end, *s2, *end2; in string_cmp_ic() local
/PHP-5.3/ext/mbstring/
H A Dmbstring.c659 char *p, *p1, *p2, *endp, *tmpstr; in php_mb_parse_encoding_list() local

Completed in 115 milliseconds

12