Searched refs:buf2 (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 644 char *buf2; in odbc_stmt_get_col() local 646 buf2 = emalloc(256); in odbc_stmt_get_col() 653 rc = SQLGetData(S->stmt, colno+1, SQL_C_CHAR, buf2, 256, &C->fetched_len); in odbc_stmt_get_col() 661 memcpy(buf + used, buf2, 255); in odbc_stmt_get_col() 665 memcpy(buf + used, buf2, C->fetched_len); in odbc_stmt_get_col() 674 efree(buf2); in odbc_stmt_get_col()
|
/PHP-5.3/sapi/isapi/stresstest/ |
H A D | stresstest.cpp | 111 char buf1[COMPARE_BUF_SIZE], buf2[COMPARE_BUF_SIZE]; in CompareFiles() local 126 length2 = fread(buf2, 1, sizeof(buf2), fp2); in CompareFiles() 143 || memcmp(buf1, buf2, length1)!=0) { in CompareFiles()
|
/PHP-5.3/ext/snmp/ |
H A D | snmp.c | 561 char buf2[2048]; in php_snmp_internal() local 671 snprint_objid(buf2, sizeof(buf2), vars->name, vars->name_length); in php_snmp_internal() 673 sprint_objid(buf2, vars->name, vars->name_length); in php_snmp_internal() 675 add_assoc_zval(return_value,buf2,snmpval); in php_snmp_internal()
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regparse.c | 1951 BBuf *buf1, *buf2, *pbuf; in and_cclass() local 1960 buf2 = cc->mbuf; in and_cclass() 1981 r = or_code_range_buf(enc, buf1, 0, buf2, 0, &pbuf); in and_cclass() 1984 r = and_code_range_buf(buf1, not1, buf2, not2, &pbuf); in and_cclass() 2009 BBuf *buf1, *buf2, *pbuf; in or_cclass() local 2018 buf2 = cc->mbuf; in or_cclass() 2039 r = and_code_range_buf(buf1, 0, buf2, 0, &pbuf); in or_cclass() 2042 r = or_code_range_buf(enc, buf1, not1, buf2, not2, &pbuf); in or_cclass()
|
H A D | regexec.c | 1035 UChar buf2[ONIGENC_MBC_NORMALIZE_MAXLEN]; in string_cmp_ic() local 1044 len2 = ONIGENC_MBC_TO_NORMALIZE(enc, ambig_flag, &s2, end2, buf2); in string_cmp_ic() 1047 p2 = buf2; in string_cmp_ic()
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 1576 - char buf2[BUFSIZ+BUFSIZ+4]; 1597 - (void)strlcpy(buf2, fn, sizeof buf2); 1598 - buf2[tmp - fn + 1] = '\0'; 1600 - (void)strlcat(buf2, buf, sizeof buf2); 1601 - tmp = buf2;
|
Completed in 49 milliseconds