Home
last modified time | relevance | path

Searched refs:buf2 (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/snmp/
H A Dsnmp.c716 char buf2[2048]; in php_snmp_internal() local
815 snprint_value(buf2, sizeof(buf2), vars->name, vars->name_length, vars); in php_snmp_internal()
855 snprint_objid(buf2, sizeof(buf2), vars->name, vars->name_length); in php_snmp_internal()
859 snprint_objid(buf2, sizeof(buf2), vars->name, vars->name_length); in php_snmp_internal()
861 buf2[0] = '\0'; in php_snmp_internal()
865 strcat(buf2, buf); in php_snmp_internal()
868 buf2[strlen(buf2) - 1] = '\0'; /* remove trailing '.' */ in php_snmp_internal()
870 add_assoc_zval(return_value, buf2, snmpval); in php_snmp_internal()
872 snprint_objid(buf2, sizeof(buf2), vars->name, vars->name_length); in php_snmp_internal()
873 add_assoc_zval(return_value, buf2, snmpval); in php_snmp_internal()
[all …]
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c649 char *buf2; in odbc_stmt_get_col() local
651 buf2 = emalloc(256); in odbc_stmt_get_col()
658 rc = SQLGetData(S->stmt, colno+1, SQL_C_CHAR, buf2, 256, &C->fetched_len); in odbc_stmt_get_col()
666 memcpy(buf + used, buf2, 255); in odbc_stmt_get_col()
670 memcpy(buf + used, buf2, C->fetched_len); in odbc_stmt_get_col()
679 efree(buf2); in odbc_stmt_get_col()
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp111 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.5/ext/mbstring/oniguruma/
H A Dregparse.c1976 BBuf *buf1, *buf2, *pbuf; in and_cclass() local
1985 buf2 = cc->mbuf; in and_cclass()
2006 r = or_code_range_buf(enc, buf1, 0, buf2, 0, &pbuf); in and_cclass()
2009 r = and_code_range_buf(buf1, not1, buf2, not2, &pbuf); in and_cclass()
2034 BBuf *buf1, *buf2, *pbuf; in or_cclass() local
2043 buf2 = cc->mbuf; in or_cclass()
2064 r = and_code_range_buf(buf1, 0, buf2, 0, &pbuf); in or_cclass()
2067 r = or_code_range_buf(enc, buf1, not1, buf2, not2, &pbuf); in or_cclass()
H A Dregexec.c980 UChar buf2[ONIGENC_MBC_CASE_FOLD_MAXLEN]; in string_cmp_ic() local
989 len2 = ONIGENC_MBC_CASE_FOLD(enc, case_fold_flag, &s2, end2, buf2); in string_cmp_ic()
992 p2 = buf2; in string_cmp_ic()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1807 - char buf2[BUFSIZ+BUFSIZ+4];
1829 - (void)strlcpy(buf2, fn, sizeof buf2);
1830 - buf2[tmp - fn + 1] = '\0';
1832 - (void)strlcat(buf2, buf, sizeof buf2);
1833 - tmp = buf2;

Completed in 39 milliseconds